Navigation
Unreal Engine C++ API Reference > Developer > AutomationDriver
References
Module | AutomationDriver |
Header | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h |
Include | #include "LocateBy.h" |
Syntax
class By
Remarks
Represents a collection of fluent helper functions designed to make accessing and creating element locators easy
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Cursor () |
Creates a new element locator that limits its discovered elements to the one under the cursors current position |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Delegate
(
const FLocateSlateWidgetElementDelegate& Value |
Creates a new element locator that exposes the collection of SWidgets returned from the FLocateSlateWidgetElementDelegate as discovered elements |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Delegate
(
const FLocateSlateWidgetPathElementDelegate& Value |
Creates a new element locator that exposes the collection of FWidgetPaths returned from the FLocateSlateWidgetElementDelegate as discovered elements |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Id
(
const FDriverElementRef& Root, |
Creates a new element locator that limits its discovered elements to ones with the specified Id, starting from the Root element given to the function |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Id
(
const FDriverElementRef& Root, |
Creates a new element locator that limits its discovered elements to ones with the specified Id, starting from the Root element given to the function |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Id
(
const FDriverElementRef& Root, |
Creates a new element locator that limits its discovered elements to ones with the specified Id, starting from the Root element given to the function |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Id
(
const char* Value |
Creates a new element locator that limits its discovered elements to ones with the specified Id |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Id
(
const FDriverElementRef& Root, |
Creates a new element locator that limits its discovered elements to ones with the specified Id, starting from the Root element given to the function |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Creates a new element locator that limits its discovered elements to ones with the specified Id | |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Creates a new element locator that limits its discovered elements to ones with the specified Id | |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Id
(
const TCHAR* Value |
Creates a new element locator that limits its discovered elements to ones with the specified Id |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Path
(
const FDriverElementRef& Root, |
Creates a new element locator that limits its discovered elements to ones matching the specified "path", starting from the Root element given to the function |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Creates a new element locator that limits its discovered elements to ones matching the specified "path" | |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Creates a new element locator that limits its discovered elements to ones matching the specified "path" | |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Path
(
const TCHAR* Value |
Creates a new element locator that limits its discovered elements to ones matching the specified "path" |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Path
(
const char* Value |
Creates a new element locator that limits its discovered elements to ones matching the specified "path" |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Path
(
const FDriverElementRef& Root, |
Creates a new element locator that limits its discovered elements to ones matching the specified "path", starting from the Root element given to the function |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Path
(
const FDriverElementRef& Root, |
Creates a new element locator that limits its discovered elements to ones matching the specified "path", starting from the Root element given to the function |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | Path
(
const FDriverElementRef& Root, |
Creates a new element locator that limits its discovered elements to ones matching the specified "path", starting from the Root element given to the function |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | WidgetLambda () |
Creates a new element locator that exposes the collection of SWidgets returned from the lambda as discovered elements |
![]() ![]() |
TSharedRef< IElementLocator, ESPMode::ThreadSafe > | WidgetPathLambda
(
const TFunction< void(TArray< FWidgetPath >&)>& Value |
Creates a new element locator that exposes the collection of FWidgetPaths returned from the lambda as discovered elements |