Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityManager
Description
Removes ElementType from the entities, treating it accordingly based on which element type it represents (i.e. Fragment or Tag). The function will assert on unhandled types.
| Name | RemoveElementFromEntities |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include Path | #include "MassEntityManager.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityManager.cpp |
void RemoveElementFromEntities
(
TConstArrayView< FMassEntityHandle > Entities,
TNotNull< const UScriptStruct * > ElementType
)