Path

Overload list

Unreal Engine C++ API Reference > Developer > AutomationDriver > By

  Type Name Description
Public function Static TSharedRef< IElementLocator, ESPMode::ThreadSafe >

Path ( const FString& Value
)

Creates a new element locator that limits its discovered elements to ones matching the specified "path"
Public function Static TSharedRef< IElementLocator, ESPMode::ThreadSafe >

Path ( const FName& Value
)

Creates a new element locator that limits its discovered elements to ones matching the specified "path"
Public function Static TSharedRef< IElementLocator, ESPMode::ThreadSafe >

Path ( const TCHAR* Value
)

Creates a new element locator that limits its discovered elements to ones matching the specified "path"
Public function Static TSharedRef< IElementLocator, ESPMode::ThreadSafe >

Path ( const char* Value
)

Creates a new element locator that limits its discovered elements to ones matching the specified "path"
Public function Static TSharedRef< IElementLocator, ESPMode::ThreadSafe >

Path ( const FDriverElementRef& Root,
const FString& Value
)

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
Public function Static TSharedRef< IElementLocator, ESPMode::ThreadSafe >

Path ( const FDriverElementRef& Root,
const FName& Value
)

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
Public function Static TSharedRef< IElementLocator, ESPMode::ThreadSafe >

Path ( const FDriverElementRef& Root,
const TCHAR* Value
)

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
Public function Static TSharedRef< IElementLocator, ESPMode::ThreadSafe >

Path ( const FDriverElementRef& Root,
const char* Value
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page