Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfigurator > API/Plugins/DisplayClusterConfigurator/Views > API/Plugins/DisplayClusterConfigurator/Views/TreeViews
References
| Module | DisplayClusterConfigurator |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfigurator/Public/Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h |
| Include | #include "Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h" |
Syntax
struct FDisplayClusterConfiguratorTreeBuilderOutput
Remarks
Output struct for builders to use
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDisplayClusterConfiguratorTreeBuilderOutput
(
TArray< TSharedPtr< IDisplayClusterConfiguratorTreeItem >>& InItems, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
const TSharedPtr< IDisplayClusterConfiguratorTreeItem >& InItem, |
Add an item to the output | |
| void | Add
(
const TSharedPtr< IDisplayClusterConfiguratorTreeItem >& InItem, |
Add an item to the output | |
| void | Add
(
const TSharedPtr< IDisplayClusterConfiguratorTreeItem >& InItem, |
Add an item to the output | |
| TSharedPtr< IDisplayClusterConfiguratorTreeItem > | Find
(
const FName& InName, |
Find the item with the specified name | |
| TSharedPtr< IDisplayClusterConfiguratorTreeItem > | Find the item with the specified name | ||
| TSharedPtr< IDisplayClusterConfiguratorTreeItem > | Find the item with the specified name |