Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfigurator
Output struct for builders to use
| Name | FDisplayClusterConfiguratorTreeBuilderOutput |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfigurator/Public/Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h |
| Include Path | #include "Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h" |
Syntax
struct FDisplayClusterConfiguratorTreeBuilderOutput
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDisplayClusterConfiguratorTreeBuilderOutput
(
TArray< TSharedPtr< IDisplayClusterConfiguratorTreeItem > >& InItems, |
Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Items | TArray< TSharedPtr< IDisplayClusterConfiguratorTreeItem > > & | The items that are built by this builder | Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h | |
| LinearItems | TArray< TSharedPtr< IDisplayClusterConfiguratorTreeItem > > & | A linearized list of all items in OutItems (for easier searching) | Views/TreeViews/IDisplayClusterConfiguratorTreeBuilder.h |
Functions
Public
| 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 | |
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 |