Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Async/Future.h |
Include |
#include "Async/Future.h" |
template<typename ResultType, typename... ArgTypes>
TPromise< ResultType > MakeFulfilledPromise
(
ArgTypes &&... Args
)
Helper to create and immediately fulfill a promise