My program doesn't have bugs. It just develops random features.

UE3:ParticleModuleTypeDataMeshPhysX (UDK)

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

null

Properties

Property group 'PhysXEmitter'

FluidRotationCoefficient

Type: float


Default value: 5.0

PhysXParSys

Type: PhysXParticleSystem

Actual wrapper for NxFluid PhsyX SDK object

PhysXRotationMethod

Type: EPhysXMeshRotationMethod


Default value: PMRM_Spherical

VerticalLod

Type: ParticleModuleTypeDataPhysX.PhysXEmitterVerticalLodProperties

Parameters for Vertical LOD: See ParticleModuleTypeDataPhysX.uc

Default value:

Member Value
SpawnLodRateVsLifeBias 1.0
WeightForFifo 1.0
WeightForSpawnLod 1.0

Internal variables

RenderInstance

Type: pointer{class FPhysXMeshInstance}

Modifiers: native

Non-exposed reference to emitter instance used for fast rendering. Supports combined, instanced rendering for all emitter instances sharing this module.

Enums

EPhysXMeshRotationMethod

Methods for simulating the rotation of small differently shaped objects using particles.

PMRM_Disabled 
PMRM_Spherical 
PMRM_Box 
PMRM_LongBox 
PMRM_FlatBox 
PMRM_Velocity