Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Tasks > API/Runtime/Core/Tasks/FTaskHandle > API/Runtime/Core/Tasks/FTaskHandle/BusyWait
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Tasks/Task.h |
| Include | #include "Tasks/Task.h" |
template<typename ConditionType>
bool BusyWait
(
ConditionType && Condition
) const
Remarks
Waits for task's completion or the given condition becomes true, while executing other tasks. the call can return much later than the given condition became true true if the task is completed