Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UPrimitiveComponent
- UObject::GetResourceSizeEx()
- UPrimitiveComponent::GetResourceSizeEx()
- UHierarchicalInstancedStaticMeshComponent::GetResourceSizeEx()
- UInstancedStaticMeshComponent::GetResourceSizeEx()
- UHierarchicalInstancedStaticMeshComponent::GetResourceSizeEx()
- UParticleSystemComponent::GetResourceSizeEx()
- USkeletalMeshComponent::GetResourceSizeEx()
- USkinnedMeshComponent::GetResourceSizeEx()
- USkeletalMeshComponent::GetResourceSizeEx()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include | #include "Components/PrimitiveComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp |
virtual void GetResourceSizeEx
(
FResourceSizeEx & CumulativeResourceSize
)
Remarks
Get the size of the object/resource for use in memory tools or to display to artists/LDs in the Editor This is the extended version which separates up the used memory into different memory regions (the actual definition of which may be platform specific).