EExecutionOrder
- Last UpdatedJun 09, 2017
- 1 minute read
Indicates the execution order of an object as related to the object specified by ExecutionRelatedObject.
enum EExecutionOrder
{
The execution order doesn't matter and is determined by the Engine hosting the object.
NONE = 1,
The object should run before the object referenced by ExecutionRelatedObject.
BEFORE,
The object should run after the object referenced by ExecutionRelatedObject.
AFTER
}
Members
NONE
BEFORE
AFTER