UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSparseItemInfo Struct Reference

#include <STreeView.h>

Public Member Functions

 FSparseItemInfo (bool InIsExpanded, bool InHasExpandedChildren)
 

Public Attributes

bool bIsExpanded
 
bool bHasExpandedChildren
 

Detailed Description

Info needed by a (relatively) small fraction of the tree items; some of them may not be visible.

Constructor & Destructor Documentation

◆ FSparseItemInfo()

FSparseItemInfo::FSparseItemInfo ( bool  InIsExpanded,
bool  InHasExpandedChildren 
)
inline

Construct a new FTreeItem.

Parameters
InItemToVisualizeThe DateItem pointer being wrapped by this FTreeItem
InHasChildrenDoes this item have children? True if yes.

Member Data Documentation

◆ bHasExpandedChildren

bool FSparseItemInfo::bHasExpandedChildren

Does this tree item have any expanded children?

◆ bIsExpanded

bool FSparseItemInfo::bIsExpanded

Is this tree item expanded?


The documentation for this struct was generated from the following file: