Navigation
Unreal Engine C++ API Reference > Developer > AutomationDriver
References
Module | AutomationDriver |
Header | /Engine/Source/Developer/AutomationDriver/Public/WaitUntil.h |
Include | #include "WaitUntil.h" |
Syntax
class FWaitTimeout
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 | |
---|---|---|---|
![]() |
FWaitTimeout
(
FTimespan InTimespan |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FWaitTimeout | InHours
(
double Value |
|
![]() ![]() |
FWaitTimeout | InMilliseconds
(
double Value |
|
![]() ![]() |
FWaitTimeout | InMinutes
(
double Value |
|
![]() ![]() |
FWaitTimeout | InSeconds
(
double Value |