Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityManager
References
| Module | MassEntity |
| Header | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include | #include "MassEntityManager.h" |
Syntax
struct FEntityCreationContext
Remarks
A dedicated structure for ensuring the "on entities creation" observers get notified only once all other initialization operations are done and this creation context instance gets released.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEntityCreationContext
(
const int32 InNumSpawned |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendEntities
(
const TConstArrayView< FMassEntityHandle > EntitiesToAppend |
||
| void | AppendEntities
(
const TConstArrayView< FMassEntityHandle > EntitiesToAppend, |
||
| bool | Function for debugging/testing purposes. | ||
| const FMassArchetypeEntityCollection & | |||
| TConstArrayView< FMassArchetypeEntityCollection > | Returns EntityCollections, reconstructing them if needed (empty or dirtied). | ||
| int32 | |||
| bool | IsDirty () |
||
| void | MarkDirty () |