Always snap to grid
UE3:ParticleModuleBeamBase (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> ParticleModule >> ParticleModuleBeamBase |
- Package:
- Engine
- Direct subclasses:
- ParticleModuleBeamModifier, ParticleModuleBeamNoise, ParticleModuleBeamSource, ParticleModuleBeamTarget
- This class in other games:
- UDK
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
ParticleModuleBeamBase
The base class for all Beam modules.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Enums
Beam2SourceTargetMethod
The method to use in determining the source/target
- PEB2STM_Default
- Default - use the distribution.
This is the fallback for when other modes can't be resolved.
- PEB2STM_UserSet
- UserSet - use the user set value.
Primarily intended for weapon effects.
- PEB2STM_Emitter
- Emitter - use the emitter position as the source/target.
- PEB2STM_Particle
- Particle - use the particles from a given emitter in the system.
The name of the emitter should be set in <Source/Target>Name.
- PEB2STM_Actor
- Actor - use the actor as the source/target.
The name of the actor should be set in <Source/Target>Name.
Beam2SourceTargetTangentMethod
The method to use in determining the source/target tangent
- PEB2STTM_Direct
- Direct - a direct line between source and target.
- PEB2STTM_UserSet
- UserSet - use the user set value.
- PEB2STTM_Distribution
- Distribution - use the distribution.
- PEB2STTM_Emitter
- Emitter - use the emitter direction.