The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:ParticleModuleLocationPrimitiveCylinder (UDK)
Object >> ParticleModule >> ParticleModuleLocationBase >> ParticleModuleLocationPrimitiveBase >> ParticleModuleLocationPrimitiveCylinder |
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. |
ParticleModuleLocationPrimitiveCylinder Location primitive spawning within a cylinder.
Properties[edit]
Property group 'Location'[edit]
HeightAxis[edit]
Type: CylinderHeightAxis
Determines particle particle system axis that should represent the height of the cylinder. Can be one of the following: PMLPC_HEIGHTAXIS_X Orient the height along the particle system X-axis. PMLPC_HEIGHTAXIS_Y Orient the height along the particle system Y-axis. PMLPC_HEIGHTAXIS_Z Orient the height along the particle system Z-axis.
Default value: PMLPC_HEIGHTAXIS_Z
RadialVelocity[edit]
Type: bool
If TRUE, get the particle velocity form the radial distance inside the primitive.
Default value: True
StartHeight[edit]
Type: DistributionFloat.RawDistributionFloat
The height of the cylinder, centered about the location.
Default value:
Member | Value |
---|---|
Distribution | DistributionStartHeight |
LookupTable |
|
LookupTableChunkSize | 1 |
LookupTableNumElements | 1 |
Op | 1 |
StartRadius[edit]
Type: DistributionFloat.RawDistributionFloat
The radius of the cylinder.
Default value:
Member | Value |
---|---|
Distribution | DistributionStartRadius |
LookupTable |
|
LookupTableChunkSize | 1 |
LookupTableNumElements | 1 |
Op | 1 |
Default values[edit]
Property | Value | ||||
---|---|---|---|---|---|
bSupported3DDrawMode | True | ||||
StartLocation |
|
||||
VelocityScale |
|
Enums[edit]
CylinderHeightAxis[edit]
- PMLPC_HEIGHTAXIS_X
- PMLPC_HEIGHTAXIS_Y
- PMLPC_HEIGHTAXIS_Z