Navigation
API > API/Runtime > API/Runtime/MassEntity
References
| Module | MassEntity |
| Header | /Engine/Source/Runtime/MassEntity/Public/MassEntityManagerStorage.h |
| Include | #include "MassEntityManagerStorage.h" |
Syntax
struct FMassEntityManager_InitParams_Concurrent
Remarks
Initialization parameters to configure MassEntityManager to concurrently reserve entities Only supported in editor builds.
Expected static memory requirement for array of Page pointers can be computed: MaxPages = MaxEntityCount / MaxEntitiesPerPage MemorySize = MaxPages * sizeof(Page**)
For default values, expectation is 128kB