Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityManager
Description
Removes ElementType from the entity, treating it accordingly based on which element type it represents (i.e. Fragment or Tag). The function will assert on unhandled types.
| Name | RemoveElementFromEntity |
| 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 RemoveElementFromEntity
(
FMassEntityHandle Entity,
TNotNull< const UScriptStruct * > ElementType
)