Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TFutureState
Description
Sets the result and notifies any waiting threads.
| Name | EmplaceResult |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
template<typename... ArgTypes>
void EmplaceResult
(
ArgTypes &&... Args
)
Parameters
| Name | Remarks |
|---|---|
| Args | The arguments to forward to the constructor of the result. |
See Also
- GetResult