Gah - a solution with more questions. – EntropicLqd
UE3:ParticleModuleLocationPrimitiveBase (UDK)
Object >> ParticleModule >> ParticleModuleLocationBase >> ParticleModuleLocationPrimitiveBase |
- Package:
- Engine
- Direct subclasses:
- ParticleModuleLocationPrimitiveCylinder, ParticleModuleLocationPrimitiveSphere
- This class in other games:
- UT3
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. |
ParticleModuleLocationPrimitiveBase Base class for setting particle spawn locations based on primitives.
Properties
Property group 'Location'
Negative_X
Type: bool
If TRUE, the negative X axis is valid for spawning.
Default value: True
Negative_Y
Type: bool
If TRUE, the negative Y axis is valid for spawning.
Default value: True
Negative_Z
Type: bool
If TRUE, the negative Zaxis is valid for spawning.
Default value: True
Positive_X
Type: bool
If TRUE, the positive X axis is valid for spawning.
Default value: True
Positive_Y
Type: bool
If TRUE, the positive Y axis is valid for spawning.
Default value: True
Positive_Z
Type: bool
If TRUE, the positive Z axis is valid for spawning.
Default value: True
StartLocation
Type: DistributionVector.RawDistributionVector
The location of the bounding primitive relative to the position of the emitter.
Default value:
Member | Value |
---|---|
Distribution | DistributionStartLocation |
LookupTable |
|
LookupTableChunkSize | 3 |
LookupTableNumElements | 1 |
Op | 1 |
SurfaceOnly
Type: bool
If TRUE, particles will only spawn on the surface of the primitive.
Velocity
Type: bool
If TRUE, the particle should get its velocity from the position within the primitive.
VelocityScale
Type: DistributionFloat.RawDistributionFloat
The scale applied to the velocity. (Only used if 'Velocity' is checked).
Default value:
Member | Value |
---|---|
Distribution | DistributionVelocityScale |
LookupTable |
|
LookupTableChunkSize | 1 |
LookupTableNumElements | 1 |
Op | 1 |
Default values
Property | Value |
---|---|
bSpawnModule | True |