| AllocatedSize |
SIZE_T |
Total amount of memory taken by this archetype. Includes SparseElementsBookkeepingSize. |
MassDebugger.h |
|
| BytesPerEntity |
SIZE_T |
Total amount of memory needed by a single entity |
MassDebugger.h |
|
| ChunksCount |
int32 |
Number of allocated chunks. |
MassDebugger.h |
|
| EntitiesCount |
int32 |
Number of active entities of the archetype. |
MassDebugger.h |
|
| EntitiesCountPerChunk |
int32 |
Number of entities that fit per chunk. |
MassDebugger.h |
|
| SparseElementsBookkeepingSize |
SIZE_T |
Memory used by per-chunk sparse element bookkeeping (FChunkSparseElements). |
MassDebugger.h |
|
| WastedEntityMemory |
SIZE_T |
How much memory allocated for entities is being unused |
MassDebugger.h |
|