Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Experimental > API/Runtime/Core/Experimental/Async
Inheritance Hierarchy
- FPromiseBase
- TPromise
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Experimental/Async/AwaitableTask.h |
| Include | #include "Experimental/Async/AwaitableTask.h" |
Syntax
template<typename TReturnType, typename CallableType>
class TPromise : public AwaitableTask_Detail::FPromiseBase
Specializations
TPromise< ResultType & >
TPromise< void >
TPromise< void, CallableType >
Constructors
| Type | Name | Description | |
|---|---|---|---|
TPromise
(
const TCHAR* DebugName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Finish () |
||
| ReturnType | GetResult () |
||
| void | |||
| bool | IsCompleted () |
||
| bool | IsLaunched () |
||
| bool | TryLaunch () |
Typedefs
| Name | Description |
|---|---|
| ReturnType | |
| ThisType |