TFutureBase::WaitUntil

Blocks the calling thread until the future result is available or the specified time is hit.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/Future.h"

Syntax

bool WaitUntil
(
    const FDateTime & Time
) const

Remarks

Blocks the calling thread until the future result is available or the specified time is hit.

Returns

true if the result is available, false otherwise.

Parameters

Parameter

Description

Time

The time until to wait for the future result (in UTC).

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