FWaitTimeout

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 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 )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library