Navigation
API > API/Plugins > API/Plugins/MassEntity
References
| Module | MassEntity |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassDebugger.h |
| Include | #include "MassDebugger.h" |
Syntax
struct FArchetypeStats
Variables
| Type | Name | Description | |
|---|---|---|---|
| SIZE_T | AllocatedSize | Total amount of memory taken by this archetype | |
| int32 | ChunksCount | Number of allocated chunks. | |
| int32 | EntitiesCount | Number of active entities of the archetype. | |
| int32 | EntitiesCountPerChunk | Number of entities that fit per chunk. |