Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfigurator > API/Plugins/DisplayClusterConfigurator/FDisplayClusterC-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const TSharedPtr< IDisplayClusterConfiguratorTreeItem >& InItem, |
Add an item to the output | Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h | |
void Add
(
const TSharedPtr< IDisplayClusterConfiguratorTreeItem >& InItem, |
Add an item to the output | Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h | |
void Add
(
const TSharedPtr< IDisplayClusterConfiguratorTreeItem >& InItem, |
Add an item to the output | Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h |
Add(const TSharedPtr< IDisplayClusterConfiguratorTreeItem > &, const FName &, TArrayView< const FName >, bool)
Description
Add an item to the output
| Name | Add |
| 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 |
void Add
(
const TSharedPtr< IDisplayClusterConfiguratorTreeItem > & InItem,
const FName & InParentName,
TArrayView< const FName > InParentTypes,
bool bAddToHead
)
Parameters
| Name | Remarks |
|---|---|
| InItem | The item to add |
| InParentName | The name of the item's parent |
| InParentTypes | The types of items to search. If this is empty all items will be searched. |
| bAddToHead | Whether to add the item to the start or end of the parent's children array |
Add(const TSharedPtr< IDisplayClusterConfiguratorTreeItem > &, const FName &, std::initializer_list< FName >, bool)
Description
Add an item to the output
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfigurator/Public/Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h |
| Include Path | #include "Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h" |
void Add
(
const TSharedPtr< IDisplayClusterConfiguratorTreeItem > & InItem,
const FName & InParentName,
std::initializer_list< FName > InParentTypes,
bool bAddToHead
)
Parameters
| Name | Remarks |
|---|---|
| InItem | The item to add |
| InParentName | The name of the item's parent |
| InParentTypes | The types of items to search. If this is empty all items will be searched. |
| bAddToHead | Whether to add the item to the start or end of the parent's children array |
Add(const TSharedPtr< IDisplayClusterConfiguratorTreeItem > &, const FName &, const FName &, bool)
Description
Add an item to the output
| Name | Add |
| 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 |
void Add
(
const TSharedPtr< IDisplayClusterConfiguratorTreeItem > & InItem,
const FName & InParentName,
const FName & InParentType,
bool bAddToHead
)
Parameters
| Name | Remarks |
|---|---|
| InItem | The item to add |
| InParentName | The name of the item's parent |
| InParentType | The type of items to search. If this is NAME_None all items will be searched. |
| bAddToHead | Whether to add the item to the start or end of the parent's children array |