IAutomationDriver::Wait

Performs an wait no shorter than for the specified Timespan

Unreal Engine C++ API Reference > Developer > AutomationDriver > IAutomationDriver > Wait

References

   
Module AutomationDriver
Header /Engine/Source/Developer/AutomationDriver/Public/IAutomationDriver.h
Include #include "IAutomationDriver.h"
bool Wait
(
    [FTimespan](API\Runtime\Core\Misc\FTimespan) Timespan
)

Remarks

Performs an wait no shorter than for the specified Timespan true after at least the specified amount of time has elasped; may return false if the wait is forcibly interrupted


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library