Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/QueuedThreadPool.h |
Include |
#include "Misc/QueuedThreadPool.h" |
enum EQueuedWorkPriority
{
Highest = 0,
High = 1,
Normal = 2,
Low = 3,
Lowest = 4,
Count,
}
Name |
Description |
---|---|
Highest |
|
High |
|
Normal |
|
Low |
|
Lowest |
|
Count |
Higher priority are picked up first by the task thread pool.