Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfigurator
| Name | EDisplayClusterConfiguratorTreeFilterResult |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfigurator/Public/Views/TreeViews/IDisplayClusterConfiguratorTreeItem.h |
| Include Path | #include "Views/TreeViews/IDisplayClusterConfiguratorTreeItem.h" |
Syntax
enum EDisplayClusterConfiguratorTreeFilterResult
{
Hidden,
ShownDescendant,
Shown,
ShownHighlighted,
}
Values
| Name | Remarks |
|---|---|
| Hidden | Hide the item |
| ShownDescendant | Show the item because child items were shown |
| Shown | Show the item |
| ShownHighlighted | Show the item and highlight search text |