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

Public Member Functions

 FHierarchyNode ()
 
bool operator< (FHierarchyNode const &Other) const
 
bool IsLeaf ()
 

Public Attributes

UObjectThis
 
UObjectParent
 
TSet< UObject * > Children
 
TSet< UObject * > Items
 
int64 Inc
 
int64 Exc
 
int32 IncCount
 
int32 ExcCount
 

Constructor & Destructor Documentation

◆ FHierarchyNode()

FHierarchyNode::FHierarchyNode ( )
inline

Member Function Documentation

◆ IsLeaf()

bool FHierarchyNode::IsLeaf ( )
inline

◆ operator<()

bool FHierarchyNode::operator< ( FHierarchyNode const &  Other) const
inline

Member Data Documentation

◆ Children

TSet<UObject*> FHierarchyNode::Children

◆ Exc

int64 FHierarchyNode::Exc

◆ ExcCount

int32 FHierarchyNode::ExcCount

◆ Inc

int64 FHierarchyNode::Inc

◆ IncCount

int32 FHierarchyNode::IncCount

◆ Items

TSet<UObject*> FHierarchyNode::Items

◆ Parent

UObject* FHierarchyNode::Parent

◆ This

UObject* FHierarchyNode::This

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