FAsyncTask::WaitCompletionWithTimeout

Wait until the job is complete, up to a time limit

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/AsyncWork.h"

Syntax

bool WaitCompletionWithTimeout
(
    float TimeLimitSeconds
)

Remarks

Wait until the job is complete, up to a time limit

Returns

true if the task is completed

Parameters

Parameter

Description

TimeLimitSeconds

Must be positive, if you want to wait forever or poll, use a different call.

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