Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Data > API/Plugins/PCG/Data/UPCGSpatialDataWithPointCache
- UObject::GetResourceSizeEx()
- UPCGSpatialData::GetResourceSizeEx()
- UPCGSpatialDataWithPointCache::GetResourceSizeEx()
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Data/PCGSpatialData.h |
| Include | #include "Data/PCGSpatialData.h" |
| Source | /Engine/Plugins/Experimental/PCG/Source/PCG/Private/Data/PCGSpatialData.cpp |
virtual void GetResourceSizeEx
&40;
FResourceSizeEx & CumulativeResourceSize
&41;
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).
Parameters
| Name | Description |
|---|---|
| CumulativeResourceSize | Struct used to count up the cumulative size of the resource as to be displayed to artists/LDs in the Editor. |