Navigation
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