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 FItemInfo
Remarks
Info needed by every visible item in the tree
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bHasChildren | Does this tree item have children? | |
| uint32: 1 | bIsLastChild | Is this the last child of its parent? If so, it gets a special kind of wire/connector. | |
| TBitArray | NeedsVerticalWire | Flags for whether we need a wire drawn for this level of the tree. | |
| int32 | ParentIndex | Index into the linearized tree of the parent for this item, if any, otherwise INDEX_NONE. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FItemInfo () |
|||
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 |