Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/UMassProcessor
Description
Adds Query to RegisteredQueries list. Query is required to be a member variable of this processor. Not meeting this requirement will cause check failure and the query won't be registered.
| Name | RegisterQuery |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassProcessor.h |
| Include Path | #include "MassProcessor.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassProcessor.cpp |
void RegisterQuery
(
FMassEntityQuery & Query
)