Until::Lambda

Creates a new wait delegate which drives its state off the result of the specified lambda

Unreal Engine C++ API Reference > Developer > AutomationDriver > Until

References

   
Module AutomationDriver
Header /Engine/Source/Developer/AutomationDriver/Public/WaitUntil.h
Include #include "WaitUntil.h"
Source /Engine/Source/Developer/AutomationDriver/Private/WaitUntil.cpp
static [FDriverWaitDelegate](API\Developer\AutomationDriver\FDriverWaitDelegate) Lambda
(
    const [TFunction](API\Runtime\Core\GenericPlatform\TFunction)< [FDriverWaitResponse](API\Developer\AutomationDriver\FDriverWaitResponse)(const [FTimespan](API\Runtime\Core\Misc\FTimespan) &)> & Value
)

Remarks

Creates a new wait delegate which drives its state off the result of the specified lambda


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library