Module |
|
Header |
/Engine/Source/Developer/AutomationDriver/Public/LocateBy.h |
Include |
#include "LocateBy.h" |
Source |
/Engine/Source/Developer/AutomationDriver/Private/LocateBy.cpp |
static TSharedRef< IElementLocator, ESPMode::ThreadSafe > WidgetPathLambda
(
const TFunction< void< FWidgetPath > &)> & Value
)
Creates a new element locator that exposes the collection of FWidgetPaths returned from the lambda as discovered elements
a locator which uses the specified lambda to discover appropriate elements
Parameter |
Description |
---|---|
Value |
The lambda to use |