Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TAwaitableTask
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool InitAndLaunch
(
const TCHAR* DebugName, |
Initialize and Launch a Task | Experimental/Async/AwaitableTask.h | |
bool InitAndLaunch
(
const TCHAR* DebugName, |
Initialize and Launch a Task with given Priority | Experimental/Async/AwaitableTask.h |
InitAndLaunch(const TCHAR *, CallableT &&)
Description
Initialize and Launch a Task
| Name | InitAndLaunch |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Async/AwaitableTask.h |
| Include Path | #include "Experimental/Async/AwaitableTask.h" |
template<typename CallableT>
bool InitAndLaunch
(
const TCHAR * DebugName,
CallableT && Callable
)
InitAndLaunch(const TCHAR *, LowLevelTasks::ETaskPriority, CallableT &&)
Description
Initialize and Launch a Task with given Priority
| Name | InitAndLaunch |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Async/AwaitableTask.h |
| Include Path | #include "Experimental/Async/AwaitableTask.h" |
template<typename CallableT>
bool InitAndLaunch
(
const TCHAR * DebugName,
LowLevelTasks::ETaskPriority Priority,
CallableT && Callable
)