Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/FDriverWaitResponse
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FDriverWaitResponse Wait () |
WaitUntil.h | ||
static FDriverWaitResponse Wait
(
FTimespan Timespan |
WaitUntil.h |
Wait()
| Name | Wait |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/WaitUntil.h |
| Include Path | #include "WaitUntil.h" |
| Source | /Engine/Source/Developer/AutomationDriver/Private/WaitUntil.cpp |
static FDriverWaitResponse Wait()
a FDriverWaitResponse with a state of WAIT and a wait of 0.5 seconds
Wait(FTimespan)
| Name | Wait |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/WaitUntil.h |
| Include Path | #include "WaitUntil.h" |
| Source | /Engine/Source/Developer/AutomationDriver/Private/WaitUntil.cpp |
static FDriverWaitResponse Wait
(
FTimespan Timespan
)
a FDriverWaitResponse with a state of WAIT and a wait of the specified timespan