FDriverWaitResponse

Represents the state of an active wait action for the driver

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, FTimespan InNextWait )  

Functions

Type Name Description
FDriverWaitR... Failed ()  
FDriverWaitR... Passed ()  
FDriverWaitR... Wait ()  
FDriverWaitR... Wait ( FTimespan Timespan )  

Enums

Type Name Description
Public enum EState  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library