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

Public Member Functions

 FHierarchy (int32 InLimit)
 
FHierarchyNodeAddFlat (UObject *This)
 
FHierarchyNodeAddOuter (UObject *This)
 
FHierarchyNodeAddClass (UClass *This)
 
void AddClassInstance (UObject *This)
 
FHierarchyNodeCompute (UObject *This, TMap< UObject *, UE::FSubItem > const &Objects, bool bCountItems)
 
void SortSet (TSet< UObject * > const &In, TArray< FHierarchyNode > &Out)
 
void LogSet (TSet< UObject * > const &In, UClass *ClassToCheck, bool bCntItems, int Indent)
 
bool Log (UObject *This, UClass *ClassToCheck, bool bCountItems, int Indent=0, bool bAllowCull=true)
 

Static Public Member Functions

static FString Size (uint64 Mem)
 

Public Attributes

int64 Limit
 
TMap< UObject *, FHierarchyNodeNodes
 

Constructor & Destructor Documentation

◆ FHierarchy()

FHierarchy::FHierarchy ( int32  InLimit)
inline

Member Function Documentation

◆ AddClass()

FHierarchyNode & FHierarchy::AddClass ( UClass This)
inline

◆ AddClassInstance()

void FHierarchy::AddClassInstance ( UObject This)
inline

◆ AddFlat()

FHierarchyNode & FHierarchy::AddFlat ( UObject This)
inline

◆ AddOuter()

FHierarchyNode & FHierarchy::AddOuter ( UObject This)
inline

◆ Compute()

FHierarchyNode & FHierarchy::Compute ( UObject This,
TMap< UObject *, UE::FSubItem > const &  Objects,
bool  bCountItems 
)
inline

◆ Log()

bool FHierarchy::Log ( UObject This,
UClass ClassToCheck,
bool  bCountItems,
int  Indent = 0,
bool  bAllowCull = true 
)
inline

◆ LogSet()

void FHierarchy::LogSet ( TSet< UObject * > const &  In,
UClass ClassToCheck,
bool  bCntItems,
int  Indent 
)
inline

◆ Size()

static FString FHierarchy::Size ( uint64  Mem)
inlinestatic

◆ SortSet()

void FHierarchy::SortSet ( TSet< UObject * > const &  In,
TArray< FHierarchyNode > &  Out 
)
inline

Member Data Documentation

◆ Limit

int64 FHierarchy::Limit

◆ Nodes

TMap<UObject*, FHierarchyNode> FHierarchy::Nodes

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