I don't need to test my programs. I have an error-correcting modem.
UE3:ParticleModuleTypeDataPhysX (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE3:PhysXEmitterVerticalLodProperties (UDK))
Object >> ParticleModule >> ParticleModuleTypeDataBase >> ParticleModuleTypeDataPhysX |
- Package:
- Engine
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. |
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 |