Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FQueuedProcessor
| |
|
| Name |
EState |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/MassEntity/Public/MassProcessingQueueTypes.h |
| Include Path |
#include "MassProcessingQueueTypes.h" |
Syntax
enum EState
{
WaitingForDependencies,
Ready,
Running,
Completed,
MAX,
}
Values
| Name |
Remarks |
| WaitingForDependencies |
Initialized, and waiting for explicit ordering dependencies |
| Ready |
Explicit dependencies met, ready to activate (will activate when at the front of the queue and no contending items are active) |
| Running |
Currently running |
| Completed |
|
| MAX |
|