TFutureBase::Next

Next implementation.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/Future.h"

Syntax

template<typename Func>
auto Next
(
    Func Continuation
)

Remarks

Convenience wrapper for Then that set a completion callback that will be called once the future completes or immediately if already completed

Returns

nothing at the moment but could return another future to allow future chaining

Parameters

Parameter

Description

Continuation

a continuation taking an argument of type InternalResultType

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