Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/Until
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FDriverWaitDelegate | Condition
(
const TFunction< bool()>& Function, |
Creates a new wait delegate which completes it's wait only if the specified condition returns true or if the specified timeout timespan elapses |
![]() ![]() |
FDriverWaitDelegate | Condition
(
const FDriverWaitConditionDelegate& Delegate, |
Creates a new wait delegate which completes it's wait only if the specified condition returns true or if the specified timeout timespan elapses |
![]() ![]() |
FDriverWaitDelegate | Condition
(
const TFunction< bool()>& Function, |
Creates a new wait delegate which completes it's wait only if the specified condition returns true or if the specified timeout timespan elapses The lambda is only re-evaluated at the specified wait interval |
![]() ![]() |
FDriverWaitDelegate | Condition
(
const FDriverWaitConditionDelegate& Delegate, |
Creates a new wait delegate which completes it's wait only if the specified condition returns true or if the specified timeout timespan elapses The delegate is only re-evaluated at the specified wait interval |