Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Tasks > API/Runtime/Core/Tasks/TExecutableTask
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Tasks/TaskPrivate.h |
| Include | #include "Tasks/TaskPrivate.h" |
static TExecutableTask * Create
(
const TCHAR * InDebugName,
TaskBodyType && TaskBody,
ETaskPriority InPriority,
EExtendedTaskPriority InExtendedPriority,
ETaskFlags Flags
)
Remarks
A helper that deduces the template argument