Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfigurator > API/Plugins/DisplayClusterConfigurator/Views > API/Plugins/DisplayClusterConfigurator/Views/TreeViews > API/Plugins/DisplayClusterConfigurator/Views/TreeViews/FDisplayClusterC-_1 > API/Plugins/DisplayClusterConfigurator/Views/TreeViews/FDisplayClusterC-_1/Add
References
| Module | DisplayClusterConfigurator |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfigurator/Public/Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h |
| Include | #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
)
Remarks
Add an item to the output
Parameters
| Name | Description |
|---|---|
| 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 |