Navigation
API > API/Editor > API/Editor/MassEntityEditor > API/Editor/MassEntityEditor/UMassEntityEditorSubsystem
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/Editor/MassEntityEditor/Public/MassEntityEditorSubsystem.h |
| Include Path | #include "MassEntityEditorSubsystem.h" |
| Source | /Engine/Source/Editor/MassEntityEditor/Private/MassEntityEditorSubsystem.cpp |
void RegisterDynamicProcessor
(
UMassProcessor & Processor
)