Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityManager
Description
Method to iterate on all the element (fragments, tags, etc.) types of an archetype. Note that sparse elements are not archetype characteristics and therefore not included in this call.
| Name | ForEachArchetypeElementType |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include Path | #include "MassEntityManager.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityManager.cpp |
static void ForEachArchetypeElementType
(
const FMassArchetypeHandle & ArchetypeHandle,
TFunctionRef < bool *)> Function
)