Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLocalWorkQueue
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Async/LocalWorkQueue.h |
|
|
|
Async/LocalWorkQueue.h |
|
|
|
Async/LocalWorkQueue.h |
|
TLocalWorkQueue(TLocalWorkQueue &&)
| |
|
| Name |
TLocalWorkQueue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Async/LocalWorkQueue.h |
| Include Path |
#include "Async/LocalWorkQueue.h" |
TLocalWorkQueue
(
TLocalWorkQueue &&
)
TLocalWorkQueue(const TLocalWorkQueue &)
| |
|
| Name |
TLocalWorkQueue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Async/LocalWorkQueue.h |
| Include Path |
#include "Async/LocalWorkQueue.h" |
TLocalWorkQueue
(
const TLocalWorkQueue &
)
TLocalWorkQueue(TaskType *, LowLevelTasks::ETaskPriority)
| |
|
| Name |
TLocalWorkQueue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Async/LocalWorkQueue.h |
| Include Path |
#include "Async/LocalWorkQueue.h" |
TLocalWorkQueue
(
TaskType * InitialWork,
LowLevelTasks::ETaskPriority InPriority
)