I'm a doctor, not a mechanic

UE3:ParticleModuleTypeDataPhysX (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> ParticleModule >> ParticleModuleTypeDataBase >> ParticleModuleTypeDataPhysX
Package: 
Engine

null

Properties[edit]

Property group 'PhysXEmitter'[edit]

PhysXParSys[edit]

Type: PhysXParticleSystem

Actual wrapper for NxFluid PhsyX SDK object

VerticalLod[edit]

Type: PhysXEmitterVerticalLodProperties


Default value:

Member Value
SpawnLodRateVsLifeBias 1.0
WeightForFifo 1.0
WeightForSpawnLod 1.0

Structs[edit]

PhysXEmitterVerticalLodProperties[edit]

Modifiers: native

Configuration parameters for LOD behaviour

float WeightForFifo 
Priority for removing old particles from this emitter.

Relative low values give other emitters precedence for giving up old particles.

float WeightForSpawnLod 
Priority for spawn time particle culling and lifetime reduction.

Relative low values give other emitters precedence for dropping particles and reducing lifetimes at spawn time.

float SpawnLodRateVsLifeBias 
Bias for spawn time LOD. Range: [0,1]

1.0: spawn volume reduction by culling spawned particles. 0.0: spawn volume reduction by lowering particle lifetimes.

float RelativeFadeoutTime 
Defines the fraction of the particle lifetime that is used for

early fading out. This setting should correspond with the time span which is used to fade out particles, reducing size or opacity. Range: [0,1]

Default values:

Property Value
RelativeFadeoutTime 0.0
SpawnLodRateVsLifeBias 1.0
WeightForFifo 1.0
WeightForSpawnLod 1.0