Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityQuery
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetNumMatchingEntities
(
FMassEntityManager& InEntityManager |
Goes through ValidArchetypes and sums up the number of entities contained in them. | |
| int32 | GetNumMatchingEntities
(
TConstArrayView< FMassArchetypeEntityCollection > EntityCollections |
Sums the entity range lengths for each collection in EntityCollections, where the collection's archetype matches the querie's requirements. |