Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityQuery
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachEntityChunk
(
FMassEntityManager& EntityManager, |
Runs ExecuteFunction on all entities matching Requirements | |
| void | ForEachEntityChunk
(
const FMassArchetypeEntityCollection& EntityCollection, |
Will first verify that the archetype given with Collection matches the query's requirements, and if so will run the other, more generic ForEachEntityChunk implementation |