TSharedFuture::TSharedFuture

Creates and initializes a new instances from a future object.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/Future.h"

Syntax

TSharedFuture
(
    TFuture< ResultType > && Future
)

Remarks

Creates and initializes a new instances from a future object.

Parameters

Parameter

Description

Future

The future object to initialize from.

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