Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/By
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< IElementLocator, ESPMode::ThreadSafe > Id
(
const FString& Value |
Creates a new element locator that limits its discovered elements to ones with the specified Id | LocateBy.h | |
static TSharedRef< IElementLocator, ESPMode::ThreadSafe > Id
(
const FName& Value |
Creates a new element locator that limits its discovered elements to ones with the specified Id | LocateBy.h | |
static TSharedRef< IElementLocator, ESPMode::ThreadSafe > Id
(
const TCHAR* Value |
Creates a new element locator that limits its discovered elements to ones with the specified Id | LocateBy.h | |
static TSharedRef< IElementLocator, ESPMode::ThreadSafe > Id
(
const char* Value |
Creates a new element locator that limits its discovered elements to ones with the specified Id | LocateBy.h | |
static 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 | LocateBy.h | |
static 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 | LocateBy.h | |
static 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 | LocateBy.h | |
static 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 | LocateBy.h |
Id(const FString &)
Description
Creates a new element locator that limits its discovered elements to ones with the specified Id
| Name | Id |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h |
| Include Path | #include "LocateBy.h" |
| Source | /Engine/Source/Developer/AutomationDriver/Private/LocateBy.cpp |
static TSharedRef< IElementLocator , ESPMode::ThreadSafe > Id
(
const FString & Value
)
a locator which uses the specified Id to discover appropriate elements
Parameters
| Name | Remarks |
|---|---|
| Value | The MetaData ID of the element to find |
Id(const FName &)
Description
Creates a new element locator that limits its discovered elements to ones with the specified Id
| Name | Id |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h |
| Include Path | #include "LocateBy.h" |
| Source | /Engine/Source/Developer/AutomationDriver/Private/LocateBy.cpp |
static TSharedRef< IElementLocator , ESPMode::ThreadSafe > Id
(
const FName & Value
)
a locator which uses the specified Id to discover appropriate elements
Parameters
| Name | Remarks |
|---|---|
| Value | The MetaData ID of the element to find |
Id(const TCHAR *)
Description
Creates a new element locator that limits its discovered elements to ones with the specified Id
| Name | Id |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h |
| Include Path | #include "LocateBy.h" |
| Source | /Engine/Source/Developer/AutomationDriver/Private/LocateBy.cpp |
static TSharedRef< IElementLocator , ESPMode::ThreadSafe > Id
(
const TCHAR * Value
)
a locator which uses the specified Id to discover appropriate elements
Parameters
| Name | Remarks |
|---|---|
| Value | The MetaData ID of the element to find |
Id(const char *)
Description
Creates a new element locator that limits its discovered elements to ones with the specified Id
| Name | Id |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h |
| Include Path | #include "LocateBy.h" |
| Source | /Engine/Source/Developer/AutomationDriver/Private/LocateBy.cpp |
static TSharedRef< IElementLocator , ESPMode::ThreadSafe > Id
(
const char * Value
)
a locator which uses the specified Id to discover appropriate elements
Parameters
| Name | Remarks |
|---|---|
| Value | The MetaData ID of the element to find |
Id(const FDriverElementRef &, const FString &)
Description
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
| Name | Id |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h |
| Include Path | #include "LocateBy.h" |
| Source | /Engine/Source/Developer/AutomationDriver/Private/LocateBy.cpp |
static TSharedRef< IElementLocator , ESPMode::ThreadSafe > Id
(
const FDriverElementRef & Root,
const FString & Value
)
a locator which uses the specified Id to discover appropriate elements
Parameters
| Name | Remarks |
|---|---|
| Root | The reference to the element where the search will be started from |
| Value | The MetaData ID of the element to find |
Id(const FDriverElementRef &, const FName &)
Description
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
| Name | Id |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h |
| Include Path | #include "LocateBy.h" |
| Source | /Engine/Source/Developer/AutomationDriver/Private/LocateBy.cpp |
static TSharedRef< IElementLocator , ESPMode::ThreadSafe > Id
(
const FDriverElementRef & Root,
const FName & Value
)
a locator which uses the specified Id to discover appropriate elements
Parameters
| Name | Remarks |
|---|---|
| Root | The reference to the element where the search will be started from |
| Value | The MetaData ID of the element to find |
Id(const FDriverElementRef &, const TCHAR *)
Description
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
| Name | Id |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h |
| Include Path | #include "LocateBy.h" |
| Source | /Engine/Source/Developer/AutomationDriver/Private/LocateBy.cpp |
static TSharedRef< IElementLocator , ESPMode::ThreadSafe > Id
(
const FDriverElementRef & Root,
const TCHAR * Value
)
a locator which uses the specified Id to discover appropriate elements
Parameters
| Name | Remarks |
|---|---|
| Root | The reference to the element where the search will be started from |
| Value | The MetaData ID of the element to find |
Id(const FDriverElementRef &, const char *)
Description
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
| Name | Id |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h |
| Include Path | #include "LocateBy.h" |
| Source | /Engine/Source/Developer/AutomationDriver/Private/LocateBy.cpp |
static TSharedRef< IElementLocator , ESPMode::ThreadSafe > Id
(
const FDriverElementRef & Root,
const char * Value
)
a locator which uses the specified Id to discover appropriate elements
Parameters
| Name | Remarks |
|---|---|
| Root | The reference to the element where the search will be started from |
| Value | The MetaData ID of the element to find |