TFutureBase::IsReady

Checks whether this future object has its value set.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/Future.h"

Syntax

bool IsReady() const

Remarks

Checks whether this future object has its value set.

Returns

true if this future has a shared state and the value has been set, false otherwise.

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