Navigation
API > API/Developer > API/Developer/AutomationDriver
References
| Module | AutomationDriver |
| Header | /Engine/Source/Developer/AutomationDriver/Public/WaitUntil.h |
| Include | #include "WaitUntil.h" |
Syntax
class FWaitInterval
Remarks
A fluent wrapper around timespan to enforce obvious differences between specified Timeout and Interval values for waits
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FTimespan | Timespan |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWaitInterval
(
FTimespan InTimespan |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FWaitInterval | InHours
(
double Value |
||
| FWaitInterval | InMilliseconds
(
double Value |
||
| FWaitInterval | InMinutes
(
double Value |
||
| FWaitInterval | InSeconds
(
double Value |