FFutureState::SetContinuation

Set a continuation to be called on completion of the promise

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/Future.h"

Syntax

void SetContinuation
(
    TUniqueFunction< void()> && Continuation
)

Remarks

Set a continuation to be called on completion of the promise

Parameters

Parameter

Description

Continuation

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