Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityManager
Description
Fetches the archetype for a given EntityHandle. Note that it's callers responsibility the given EntityHandle handle is valid. If you can't ensure that call GetArchetypeForEntity.
| Name | GetArchetypeForEntityUnsafe |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include Path | #include "MassEntityManager.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityManager.cpp |
FMassArchetypeHandle GetArchetypeForEntityUnsafe
(
FMassEntityHandle EntityHandle
) const