Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfigurator > API/Plugins/DisplayClusterConfigurator/FDisplayClusterC-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IDisplayClusterConfiguratorTreeItem > Find
(
const FName& InName, |
Find the item with the specified name | Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h | |
TSharedPtr< IDisplayClusterConfiguratorTreeItem > Find
(
const FName& InName, |
Find the item with the specified name | Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h | |
TSharedPtr< IDisplayClusterConfiguratorTreeItem > Find
(
const FName& InName, |
Find the item with the specified name | Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h |
Find(const FName &, TArrayView< const FName >)
Description
Find the item with the specified name
| Name | Find |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfigurator/Public/Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h |
| Include Path | #include "Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h" |
| Source | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfigurator/Private/Views/TreeViews/DisplayClusterConfiguratorTreeBuilder.cpp |
TSharedPtr< IDisplayClusterConfiguratorTreeItem > Find
(
const FName & InName,
TArrayView< const FName > InTypes
) const
the item found, or an invalid ptr if it was not found.
Parameters
| Name | Remarks |
|---|---|
| InName | The item's name |
| InTypes | The types of items to search. If this is empty all items will be searched. |
Find(const FName &, std::initializer_list< FName >)
Description
Find the item with the specified name
| Name | Find |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfigurator/Public/Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h |
| Include Path | #include "Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h" |
TSharedPtr< IDisplayClusterConfiguratorTreeItem > Find
(
const FName & InName,
std::initializer_list< FName > InTypes
) const
the item found, or an invalid ptr if it was not found.
Parameters
| Name | Remarks |
|---|---|
| InName | The item's name |
| InTypes | The types of items to search. If this is empty all items will be searched. |
Find(const FName &, const FName &)
Description
Find the item with the specified name
| Name | Find |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfigurator/Public/Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h |
| Include Path | #include "Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h" |
| Source | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfigurator/Private/Views/TreeViews/DisplayClusterConfiguratorTreeBuilder.cpp |
TSharedPtr< IDisplayClusterConfiguratorTreeItem > Find
(
const FName & InName,
const FName & InType
) const
the item found, or an invalid ptr if it was not found.
Parameters
| Name | Remarks |
|---|---|
| InName | The item's name |
| InType | The type of items to search. If this is NAME_None all items will be searched. |