Navigation
API > API/Plugins > API/Plugins/MetaHumanCrowd > API/Plugins/MetaHumanCrowd/UMetaHumanCrowdPipeline
Description
Parameter-only update: applies color parameters from the given property bag onto the face MIDs for a single groom binding. AttributeMap textures are not touched (equip state is unchanged from the last AssembleCollection).
Called from SetPostAssemblyParameters when the user edits a groom's parameters.
| Name | ApplyGroomFaceParametersForBag |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCrowd/Source/MetaHumanCrowd/Public/MetaHumanCrowdPipeline.h |
| Include Path | #include "MetaHumanCrowdPipeline.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCrowd/Source/MetaHumanCrowd/Private/MetaHumanCrowdPipeline.cpp |
void ApplyGroomFaceParametersForBag
(
const FMetaHumanCrowdCollectionBuildOutput & CollectionBuildOutput,
const FMetaHumanPaletteItemPath & GroomItemPath,
const FInstancedPropertyBag & ParameterBag,
FMetaHumanCrowdAssemblyOutput & AssemblyOutput
) const