![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FHierarchyNode () | |
| bool | operator< (FHierarchyNode const &Other) const |
| bool | IsLeaf () |
Public Attributes | |
| UObject * | This |
| UObject * | Parent |
| TSet< UObject * > | Children |
| TSet< UObject * > | Items |
| int64 | Inc |
| int64 | Exc |
| int32 | IncCount |
| int32 | ExcCount |
|
inline |
|
inline |
|
inline |
| TSet<UObject*> FHierarchyNode::Children |
| int64 FHierarchyNode::Exc |
| int32 FHierarchyNode::ExcCount |
| int64 FHierarchyNode::Inc |
| int32 FHierarchyNode::IncCount |
| TSet<UObject*> FHierarchyNode::Items |
| UObject* FHierarchyNode::Parent |
| UObject* FHierarchyNode::This |