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

Public Member Functions

 FSubItem (UObject *InObject, SIZE_T InNum, SIZE_T InMax, FResourceSizeEx InTrueResourceSize)
 

Public Attributes

UObjectObject
 
SIZE_T Num
 
SIZE_T Max
 
SIZE_T ResourceSize
 
FResourceSizeEx TrueResourceSize
 

Constructor & Destructor Documentation

◆ FSubItem()

UE::FSubItem::FSubItem ( UObject InObject,
SIZE_T  InNum,
SIZE_T  InMax,
FResourceSizeEx  InTrueResourceSize 
)
inline

Member Data Documentation

◆ Max

SIZE_T UE::FSubItem::Max

Size of the object, counting containers as total allocated (max usage)

◆ Num

SIZE_T UE::FSubItem::Num

Size of the object, counting containers as current usage

◆ Object

UObject* UE::FSubItem::Object

◆ ResourceSize

SIZE_T UE::FSubItem::ResourceSize

Resource size of the object and all of its references, the 'old-style'.

◆ TrueResourceSize

FResourceSizeEx UE::FSubItem::TrueResourceSize

Only exclusive resource size, the truer resource size.


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