Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanInstance
Description
Returns the Post-Assembly Parameters produced by the last assembly and their original values.
Post-Assembly Parameters are values that can be set after assembly, such as material parameters.
They are strictly a subset of Assembly Parameters. In other words, every Post-Assembly Parameter is also an Assembly Parameter but not vice versa.
The parameters for the empty item path are the Collection's own parameters.
| Name | GetPostAssemblyParameters |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanInstance.h |
| Include Path | #include "MetaHumanInstance.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanInstance.cpp |
TMap < FMetaHumanPaletteItemPath , FInstancedPropertyBag > GetPostAssemblyParameters() const