Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCharacterInstance
Description
Set the overridden Instance Parameter values for a given item, or the Collection itself if an empty item path is specified.
Overridden values set via this function will persist indefinitely until explicitly cleared.
These parameter values will be applied immediately if there's a valid assembly. If Assemble is called after this and a new assembly is created, they will automatically be applied to that assembly and any future assemblies.
| Name | OverrideInstanceParameters |
| 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 |
void OverrideInstanceParameters
(
const FMetaHumanPaletteItemPath & ItemPath,
const FInstancedPropertyBag & NewInstanceParameterValues
)