By::Id

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

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

References

   
Module AutomationDriver
Header /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h
Include #include "LocateBy.h"
Source /Engine/Source/Developer/AutomationDriver/Private/LocateBy.cpp
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Id
(
    const [FString](API\Runtime\Core\Containers\FString) & Value
)

Remarks

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

Parameters

Name Description
Value The MetaData ID of the element to find

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library