Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityManager
Description
Indicates whether there are processors out there performing operations on this instance of MassEntityManager. Used to ensure that mutating operations (like entity destruction) are not performed while processors are running, which rely on the assumption that the data layout doesn't change during calculations.
| Name | IsProcessing |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include Path | #include "MassEntityManager.h" |
bool IsProcessing() const