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