FutureDetail::SetPromiseValue

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/Future.h"

Syntax

namespace FutureDetail
{
    template<typename Func, typename ParamType>
    void FutureDetail::SetPromiseValue
    (
        TPromise< void > & Promise,
        Func & Function,
        TFuture< ParamType > && Param
    )
}

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