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
&40;
const TSharedPtr< IDisplayClusterConfiguratorTreeItem > & InItem,
const FName & InParentName,
const FName & InParentType,
bool bAddToHead
&41;
Remarks
Add an item to the output
Parameters
| Name | Description |
|---|---|
| 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 |