![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AwaitableTask.h>
Inheritance diagram for AwaitableTask_Detail::TPromise< TReturnType, CallableType >:Public Types | |
| using | ReturnType = TReturnType |
Public Member Functions | |
| template<typename CallableT > | |
| TPromise (const TCHAR *DebugName, LowLevelTasks::ETaskPriority Priority, CallableT &&InCallable) | |
| bool | TryLaunch () |
| bool | IsLaunched () const |
| void | IncrementRefCount () |
| bool | IsCompleted () const |
| void | Finish () |
| ReturnType | GetResult () |
| using AwaitableTask_Detail::TPromise< TReturnType, CallableType >::ReturnType = TReturnType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |