TFutureState::EmplaceResult

Sets the result and notifies any waiting threads.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/Future.h"

Syntax

template<typename... ArgTypes>
void EmplaceResult
(
    ArgTypes &&... Args
)

Remarks

Sets the result and notifies any waiting threads.

Parameters

Parameter

Description

InResult

The result to set.

See Also

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