Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCharacterInstance
Description
Returns the Instance Parameters produced by the last assembly and their effective values.
If a parameter has an override value (from GetOverriddenInstanceParameters), it will be set to this override value. Otherwise, it will be set to the original value from the assembly (from GetAssemblyInstanceParameters).
| Name | GetCurrentInstanceParametersForItem |
| 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 |
FInstancedPropertyBag GetCurrentInstanceParametersForItem
(
const FMetaHumanPaletteItemPath & ItemPath
) const