Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityQuery
References
| Module | MassEntity |
| Header | /Engine/Source/Runtime/MassEntity/Public/MassEntityQuery.h |
| Include | #include "MassEntityQuery.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityQuery.cpp |
bool HasMatchingEntities
(
FMassEntityManager & InEntityManager
)
Remarks
Checks if any of ValidArchetypes has any entities. Note that the function is not const because calling it can result in re-caching of ValidArchetypes "true" if any of the ValidArchetypes has any entities, "false" otherwise