Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/TPromise_void
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include | #include "Async/Future.h" |
void EmplaceValue()
Remarks
Sets the promised result.
The result must be set only once. An assertion will be triggered if this method is called a second time.