Navigation
API > API/Runtime > API/Runtime/Chaos
Enum to specify on which array the intermediate fields results are going to be stored
| Name | EFieldCommandResultType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Field/FieldSystem.h |
| Include Path | #include "Field/FieldSystem.h" |
Syntax
enum EFieldCommandResultType
{
FinalResult = 0,
TransientResult = 1,
NumResults = 2,
}
Values
| Name | Remarks |
|---|---|
| FinalResult | |
| TransientResult | |
| NumResults |