Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.ParticleModule | +-- Engine.ParticleModuleTypeDataBase | +-- Engine.ParticleModuleTypeDataMesh | +-- Engine.ParticleModuleTypeDataMeshPhysX
Variables Summary | |
---|---|
pointer | RenderInstance |
PhysXEmitter | |
float | FluidRotationCoefficient |
PhysXParticleSystem | PhysXParSys |
EPhysXMeshRotationMethod | PhysXRotationMethod |
PhysXEmitterVerticalLodProperties | VerticalLod |
Enumerations Summary | ||
---|---|---|
EPhysXMeshRotationMethod PMRM_Disabled, PMRM_Spherical, PMRM_Box, PMRM_LongBox, PMRM_FlatBox, PMRM_Velocity |
Inherited Enumerations from Engine.ParticleModuleTypeDataMesh |
---|
EMeshCameraFacingOptions, EMeshCameraFacingUpAxis, EMeshScreenAlignment |
Variables Detail |
---|
Non-exposed reference to emitter instance used for fast rendering. Supports combined, instanced rendering for all emitter instances sharing this module.
Actual wrapper for NxFluid PhsyX SDK object
Parameters for Vertical LOD: See ParticleModuleTypeDataPhysX.uc
Enumerations Detail |
---|
PMRM_Disabled, PMRM_Spherical, PMRM_Box, PMRM_LongBox, PMRM_FlatBox, PMRM_Velocity};
Methods for simulating the rotation of small differently shaped objects using particles.
Defaultproperties |
---|
defaultproperties
{
PhysXParSys = none
PhysXRotationMethod=PMRM_Spherical
FluidRotationCoefficient=5.0f
RenderInstance {NULL}
}
|
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |