Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassRuntimePipeline
References
| Module | MassEntity |
| Header | /Engine/Source/Runtime/MassEntity/Public/MassProcessingTypes.h |
| Include | #include "MassProcessingTypes.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassProcessingTypes.cpp |
void AppendOrOverrideRuntimeProcessorCopies
(
TConstArrayView< const UMassProcessor * > InProcessors,
UObject & InOwner
)
Remarks
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.