Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IAutomationDriver
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Wait
(
FTimespan Timespan |
Performs an wait no shorter than for the specified Timespan | IAutomationDriver.h | |
bool Wait
(
const FDriverWaitDelegate& Delegate |
Performs an wait until the specified DriverWaitDelegate returns a PASSED or FAILED response | IAutomationDriver.h |
Wait(FTimespan)
Description
Performs an wait no shorter than for the specified Timespan
| Name | Wait |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IAutomationDriver.h |
| Include Path | #include "IAutomationDriver.h" |
bool Wait
(
FTimespan Timespan
)
true after at least the specified amount of time has elasped; may return false if the wait is forcibly interrupted
Wait(const FDriverWaitDelegate &)
Description
Performs an wait until the specified DriverWaitDelegate returns a PASSED or FAILED response
| Name | Wait |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IAutomationDriver.h |
| Include Path | #include "IAutomationDriver.h" |
bool Wait
(
const FDriverWaitDelegate & Delegate
)
true if the delegate ultimately returned PASSED; otherwise false