Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/Until > API/Developer/AutomationDriver/Until/Condition
References
| Module | AutomationDriver |
| Header | /Engine/Source/Developer/AutomationDriver/Public/WaitUntil.h |
| Include | #include "WaitUntil.h" |
| Source | /Engine/Source/Developer/AutomationDriver/Private/WaitUntil.cpp |
static FDriverWaitDelegate Condition
&40;
const FDriverWaitConditionDelegate & Delegate,
FWaitInterval Interval,
FWaitTimeout Timeout
&41;
Remarks
Creates a new wait delegate which completes it's wait only if the specified condition returns true or if the specified timeout timespan elapses The delegate is only re-evaluated at the specified wait interval