IAsyncReadRequest::WaitCompletion

Waits for the request to complete, but not longer than the given time limit

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/AsyncFileHandle.h"

Syntax

bool WaitCompletion
(
    float TimeLimitSeconds
)

Remarks

Waits for the request to complete, but not longer than the given time limit

Returns

true if the request is complete

Parameters

Parameter

Description

TimeLimitSeconds

Zero to wait forever, otherwise the maximum amount of time to wait.

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