MakeFulfilledPromise

Helper to create and immediately fulfill a promise

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Async/Future.h

Include

#include "Async/Future.h"

Syntax

template<typename ResultType, typename... ArgTypes>
TPromise< ResultType > MakeFulfilledPromise
(
    ArgTypes &&... Args
)

Remarks

Helper to create and immediately fulfill a promise

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss