EParticleCollisionComplete
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EParticleCollisionComplete
Inheritance Object → ValueType → Enum → EParticleCollisionComplete
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| EPCC_Kill | 0 | |
| EPCC_Freeze | 1 | |
| EPCC_HaltCollisions | 2 | |
| EPCC_FreezeTranslation | 3 | |
| EPCC_FreezeRotation | 4 | |
| EPCC_FreezeMovement | 5 | |
| EPCC_MAX | 6 |