![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FSubItem (UObject *InObject, SIZE_T InNum, SIZE_T InMax, FResourceSizeEx InTrueResourceSize) | |
Public Attributes | |
| UObject * | Object |
| SIZE_T | Num |
| SIZE_T | Max |
| SIZE_T | ResourceSize |
| FResourceSizeEx | TrueResourceSize |
|
inline |
| SIZE_T UE::FSubItem::Max |
Size of the object, counting containers as total allocated (max usage)
| SIZE_T UE::FSubItem::Num |
Size of the object, counting containers as current usage
| UObject* UE::FSubItem::Object |
| SIZE_T UE::FSubItem::ResourceSize |
Resource size of the object and all of its references, the 'old-style'.
| FResourceSizeEx UE::FSubItem::TrueResourceSize |
Only exclusive resource size, the truer resource size.