Navigation
API > API/Runtime > API/Runtime/Slate
Info needed by a (relatively) small fraction of the tree items; some of them may not be visible.
| Name | FSparseItemInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h |
| Include Path | #include "Widgets/Views/STreeView.h" |
Syntax
struct FSparseItemInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSparseItemInfo
(
bool InIsExpanded, |
Construct a new FTreeItem. | Widgets/Views/STreeView.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasExpandedChildren | bool | Does this tree item have any expanded children? | Widgets/Views/STreeView.h | |
| bIsExpanded | bool | Is this tree item expanded? | Widgets/Views/STreeView.h |