FAsyncTask::IsIdle

Returns true if the work has not been started or has been completed.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/AsyncWork.h"

Syntax

bool IsIdle() const

Remarks

Returns true if the work has not been started or has been completed. NOT to be used for synchronization, but great for check()'s

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