TPromise::operator=

Move assignment operator.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/Future.h"

Syntax

TPromise & operator=
(
    TPromise && Other
)

Remarks

Move assignment operator.

Parameters

Parameter

Description

Other

The promise holding the shared state to move.

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