Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/UMassCompositeProcessor
Description
Adds SubProcessor to an appropriately named group. If RequestedGroupName == None then SubProcessor will be added directly to ChildPipeline. If not then the indicated group will be searched for in ChildPipeline and if it's missing it will be created and AddGroupedProcessor will be called recursively
| Name | AddGroupedProcessor |
| 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 AddGroupedProcessor
(
FName RequestedGroupName,
UMassProcessor & SubProcessor
)