Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FQueuedChunk
| Name | EState |
| Type | enum |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassProcessingQueueTypes.h |
| Include Path | #include "MassProcessingQueueTypes.h" |
Syntax
enum EState
{
Pending,
Running,
Complete,
MAX,
}
Values
| Name | Remarks |
|---|---|
| Pending | |
| Running | |
| Complete | |
| MAX |