Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/UMassCompositeProcessor
References
| Module | MassEntity |
| Header | /Engine/Source/Runtime/MassEntity/Public/MassProcessor.h |
| Include | #include "MassProcessor.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassProcessor.cpp |
void AddGroupedProcessor
(
FName RequestedGroupName,
UMassProcessor & SubProcessor
)
Remarks
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