Navigation
Unreal Engine C++ API Reference > Runtime > Core > Tasks > UE::Tasks::Wait
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Tasks/Task.h |
Include | #include "Tasks/Task.h" |
namespace UE
{
namespace Tasks
{
template<typename TaskCollectionType>
bool UE&58;&58;Tasks&58;&58;Wait
&40;
const TaskCollectionType & Tasks,
FTimespan InTimeout
&41;
}
}
Remarks
Wait for multiple tasks, with timeout
Parameters
Name | Description |
---|---|
TaskCollectionType | an iterable collection of TTask |