IAutomationDriver::Wait

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

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

Remarks

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