Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCharacterInstance
Description
Returns the Instance Parameters produced by the last assembly and their original values.
Instance Parameters are values that can be set after assembly, such as material parameters.
Their actual effect is determined by the Character Pipeline associated with the item at the corresponding item path. The parameter output for the empty item path contains the Collection Pipeline's parameters.
| Name | GetAssemblyInstanceParameters |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCharacterInstance.h |
| Include Path | #include "MetaHumanCharacterInstance.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanCharacterInstance.cpp |
const TMap < FMetaHumanPaletteItemPath , FInstancedPropertyBag > & GetAssemblyInstanceParameters() const