Id

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

TSharedRef< ...

 

Id

(
    const FString& Value
)

Creates a new element locator that limits its discovered elements to ones with the specified Id

Public function Static

TSharedRef< ...

 

Id

(
    const FName& Value
)

Creates a new element locator that limits its discovered elements to ones with the specified Id

Public function Static

TSharedRef< ...

 

Id

(
    const TCHAR* Value
)

Creates a new element locator that limits its discovered elements to ones with the specified Id

Public function Static

TSharedRef< ...

 

Id

(
    const char* Value
)

Creates a new element locator that limits its discovered elements to ones with the specified Id

Public function Static

TSharedRef< ...

 

Id

(
    const FDriverElementRef& Root,
    const FString& Value
)

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

Public function Static

TSharedRef< ...

 

Id

(
    const FDriverElementRef& Root,
    const FName& Value
)

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

Public function Static

TSharedRef< ...

 

Id

(
    const FDriverElementRef& Root,
    const TCHAR* Value
)

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

Public function Static

TSharedRef< ...

 

Id

(
    const FDriverElementRef& Root,
    const char* Value
)

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