![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <STreeView.h>
Public Member Functions | |
| FSparseItemInfo (bool InIsExpanded, bool InHasExpandedChildren) | |
Public Attributes | |
| bool | bIsExpanded |
| bool | bHasExpandedChildren |
Info needed by a (relatively) small fraction of the tree items; some of them may not be visible.
Construct a new FTreeItem.
| InItemToVisualize | The DateItem pointer being wrapped by this FTreeItem |
| InHasChildren | Does this item have children? True if yes. |
| bool FSparseItemInfo::bHasExpandedChildren |
Does this tree item have any expanded children?
| bool FSparseItemInfo::bIsExpanded |
Is this tree item expanded?