FWaitInterval

A fluent wrapper around timespan to enforce obvious differences between specified Timeout and Interval values for waits

Unreal Engine C++ API Reference > 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
FWaitInterva... InHours ( double Value )  
FWaitInterva... InMilliseconds ( double Value )  
FWaitInterva... InMinutes ( double Value )  
FWaitInterva... InSeconds ( double Value )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library