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" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityManager.cpp |
bool RemoveConstSharedFragmentFromEntity
(
const FMassEntityHandle Entity,
const UScriptStruct & ConstSharedFragmentType
)
Remarks
Removes a const shared fragment of the given type from the entity. Will do nothing if entity did not have the shared fragment. True if fragment removed from entity, false otherwise.