Enum EParticleCollisionComplete
Flags indicating what to do with the particle when MaxCollisions is reached
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public enum EParticleCollisionComplete
Fields
| Name | Description |
|---|---|
| EPCC_Freeze | |
| EPCC_FreezeMovement | |
| EPCC_FreezeRotation | |
| EPCC_FreezeTranslation | |
| EPCC_HaltCollisions | |
| EPCC_Kill | |
| EPCC_MAX |