IAsyncAutomationDriver::Wait

Performs an async wait until the specified DriverWaitDelegate returns a PASSED or FAILED response

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
(
    const [FDriverWaitDelegate](API\Developer\AutomationDriver\FDriverWaitDelegate) & Delegate
)

Remarks

Performs an async wait until the specified DriverWaitDelegate returns a PASSED or FAILED response true if the delegate ultimately returned PASSED; otherwise false


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library