Navigation
Unreal Engine C++ API Reference > Developer > AutomationDriver
References
Module | AutomationDriver |
Header | /Engine/Source/Developer/AutomationDriver/Public/WaitUntil.h |
Include | #include "WaitUntil.h" |
Syntax
struct FDriverWaitResponse
Remarks
Represents the state of an active wait action for the driver
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
const FTimespan | NextWait | How long the driver should wait before re-evaluating the wait condition again. |
![]() |
const EState | State | Whether the wait condition is completely finished or should be rescheduled again for execution. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FDriverWaitResponse
(
EState InState, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FDriverWaitResponse | Failed () |
|
![]() ![]() |
FDriverWaitResponse | Passed () |
|
![]() ![]() |
FDriverWaitResponse | Wait () |
|
![]() ![]() |
FDriverWaitResponse |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
EState |