Module |
|
Header |
/Engine/Source/Developer/AutomationDriver/Public/LocateBy.h |
Include |
#include "LocateBy.h" |
class By
Represents a collection of fluent helper functions designed to make accessing and creating element locators easy
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
Cursor() |
Creates a new element locator that limits its discovered elements to the one under the cursors current position |
|
TSharedRef< ... |
Delegate ( |
Creates a new element locator that exposes the collection of SWidgets returned from the FLocateSlateWidgetElementDelegate as discovered elements |
|
TSharedRef< ... |
Delegate ( |
Creates a new element locator that exposes the collection of FWidgetPaths returned from the FLocateSlateWidgetElementDelegate as discovered elements |
|
TSharedRef< ... |
Id ( |
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< ... |
Id ( |
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< ... |
Id ( |
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< ... |
Id ( |
Creates a new element locator that limits its discovered elements to ones with the specified Id |
|
TSharedRef< ... |
Id ( |
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< ... |
Id ( |
Creates a new element locator that limits its discovered elements to ones with the specified Id |
|
TSharedRef< ... |
Id ( |
Creates a new element locator that limits its discovered elements to ones with the specified Id |
|
TSharedRef< ... |
Id ( |
Creates a new element locator that limits its discovered elements to ones with the specified Id |
|
TSharedRef< ... |
Path ( |
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< ... |
Path ( |
Creates a new element locator that limits its discovered elements to ones matching the specified "path" |
|
TSharedRef< ... |
Path ( |
Creates a new element locator that limits its discovered elements to ones matching the specified "path" |
|
TSharedRef< ... |
Path ( |
Creates a new element locator that limits its discovered elements to ones matching the specified "path" |
|
TSharedRef< ... |
Path ( |
Creates a new element locator that limits its discovered elements to ones matching the specified "path" |
|
TSharedRef< ... |
Path ( |
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< ... |
Path ( |
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< ... |
Path ( |
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< ... |
WidgetLambda() |
Creates a new element locator that exposes the collection of SWidgets returned from the lambda as discovered elements |
|
TSharedRef< ... |
WidgetPathLambda |
Creates a new element locator that exposes the collection of FWidgetPaths returned from the lambda as discovered elements |