TFutureState::GetResult

Gets the result (will block the calling thread until the result is available).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/Future.h"

Syntax

const InternalResultType & GetResult() const

Remarks

Gets the result (will block the calling thread until the result is available).

Returns

The result value.

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