Navigation
API > API/Plugins > API/Plugins/MassEntity > API/Plugins/MassEntity/FMassEntityQuery
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachEntityChunk
(
FMassEntityManager& EntityManager, |
Runs ExecuteFunction on all entities matching Requirements | |
| void | ForEachEntityChunk
(
const FMassArchetypeEntityCollection& Collection, |
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 |