Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassRuntimePipeline
Description
Creates a runtime instance of every processors in the given InProcessors array. If a processor of that class already exists in Processors array it gets overridden. Otherwise it gets added to the end of the collection.
| Name | AppendOrOverrideRuntimeProcessorCopies |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassProcessingTypes.h |
| Include Path | #include "MassProcessingTypes.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassProcessingTypes.cpp |
void AppendOrOverrideRuntimeProcessorCopies
(
TConstArrayView< const UMassProcessor * > InProcessors,
UObject & InOwner
)