Navigation
API > API/Runtime > API/Runtime/MassEntity
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
| Name | FMassEntityManager_InitParams_Concurrent |
| Type | struct |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityManagerStorage.h |
| Include Path | #include "MassEntityManagerStorage.h" |
Syntax
struct FMassEntityManager_InitParams_Concurrent
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxEntitiesPerPage | uint32 | Number of entities per chunk Must be multiple of 2 | MassEntityManagerStorage.h | |
| MaxEntityCount | uint32 | Maximum supported entities by the MassEntityManager Must be multiple of 2 | MassEntityManagerStorage.h |