Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassDebugger
Description
Fetches all queries registered for given Processor. Note that in order to get up to date information FMassEntityQuery::CacheArchetypes will be called on each query
| Name | GetUpToDateProcessorQueries |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassDebugger.h |
| Include Path | #include "MassDebugger.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassDebugger.cpp |
static TConstArrayView< FMassEntityQuery * > GetUpToDateProcessorQueries
(
const FMassEntityManager & EntityManager,
UMassProcessor & Processor
)