Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassProcessingPhaseManager
Description
Registers a dynamic processor. This needs to be a fully formed processor and will be slotted in during the next tick.
| Name | RegisterDynamicProcessor |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassProcessingPhaseManager.h |
| Include Path | #include "MassProcessingPhaseManager.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassProcessingPhaseManager.cpp |
void RegisterDynamicProcessor
(
UMassProcessor & Processor
)