Navigation
API > API/Runtime > API/Runtime/Core
Higher priority are picked up first by the task thread pool.
| Name | EQueuedWorkPriority |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/QueuedThreadPool.h |
| Include Path | #include "Misc/QueuedThreadPool.h" |
Syntax
enum EQueuedWorkPriority
{
Blocking = 0,
Highest = 1,
High = 2,
Normal = 3,
Low = 4,
Lowest = 5,
Count,
}
Values
| Name | Remarks |
|---|---|
| Blocking | |
| Highest | |
| High | |
| Normal | |
| Low | |
| Lowest | |
| Count |