IAsyncAutomationDriver::Wait

Performs an async wait no shorter than for the specified Timespan

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

References

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

Remarks

Performs an async 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