![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "Containers/Array.h"#include "GenericPlatform/GenericPlatformAffinity.h"#include "Templates/Function.h"Go to the source code of this file.
Classes | |
| class | FThreadPoolPriorityQueue |
| class | FQueuedThreadPool |
Enumerations | |
| enum class | EQueuedWorkPriority : uint8 { Blocking = 0 , Highest = 1 , High = 2 , Normal = 3 , Low = 4 , Lowest = 5 , Count } |
Functions | |
| const TCHAR * | LexToString (EQueuedWorkPriority Priority) |
Variables | |
| CORE_API FQueuedThreadPool * | GThreadPool |
| CORE_API FQueuedThreadPool * | GIOThreadPool |
| CORE_API FQueuedThreadPool * | GBackgroundPriorityThreadPool |
|
strong |
|
inline |
|
extern |
|
extern |
|
extern |
Global thread pool for shared async operations
The global thread pool