Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IAsyncActionSequence
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IAsyncActionSequence & Wait
(
FTimespan Timespan |
Queues a wait no shorter than for the specified Timespan | IDriverSequence.h | |
IAsyncActionSequence & Wait
(
const FDriverWaitDelegate& Delegate |
Queues a wait until the specified DriverWaitDelegate returns a PASSED or FAILED response | IDriverSequence.h |
Wait(FTimespan)
Description
Queues a wait no shorter than for the specified Timespan
| Name | Wait |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IAsyncActionSequence & Wait
(
FTimespan Timespan
)
Wait(const FDriverWaitDelegate &)
Description
Queues a wait until the specified DriverWaitDelegate returns a PASSED or FAILED response
| Name | Wait |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IAsyncActionSequence & Wait
(
const FDriverWaitDelegate & Delegate
)