UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AwaitableTask_Detail::TPromise< TReturnType, CallableType > Class Template Referencefinal

#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 ()
 

Member Typedef Documentation

◆ ReturnType

Constructor & Destructor Documentation

◆ TPromise()

Member Function Documentation

◆ Finish()

◆ GetResult()

◆ IncrementRefCount()

◆ IsCompleted()

◆ IsLaunched()

◆ TryLaunch()


The documentation for this class was generated from the following file: