Navigation
Unreal Engine C++ API Reference > Runtime > Core > Tasks > FTaskHandle > BusyWait
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Tasks/Task.h |
Include | #include "Tasks/Task.h" |
bool BusyWait
&40;
FTimespan Timeout
&41; const
Remarks
Waits for task's completion for at least the specified amount of time, while executing other tasks. the call can return much later than the given timeout true if the task is completed