Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityQuery
| Name | EParallelExecutionFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityQuery.h |
| Include Path | #include "MassEntityQuery.h" |
Syntax
enum EParallelExecutionFlags
{
Default = 0,
Force = 1 << 0,
AutoBalance = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| Default | Use whatever the whole system has been configured for. |
| Force | Force parallel execution of a processor for each chunk even when parallel execution has been disabled. |
| AutoBalance | The default behavior for parallel execution assigns each chunk to a thread before execution. |