Navigation
API > API/Runtime > API/Runtime/Chaos
Enum to specify on whjich array the particle handles are going to be stored
| Name | EFieldCommandHandlesType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Field/FieldSystem.h |
| Include Path | #include "Field/FieldSystem.h" |
Syntax
enum EFieldCommandHandlesType
{
FilteredHandles = 0,
InsideHandles = 1,
NumHandles = 2,
}
Values
| Name | Remarks |
|---|---|
| FilteredHandles | |
| InsideHandles | |
| NumHandles |