Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanInstance
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/MetaHumanInstance.h |
| Include Path | #include "MetaHumanInstance.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanInstance.cpp |
FInstancedPropertyBag GetCurrentInstanceParametersForItem
(
const FMetaHumanPaletteItemPath & ItemPath
) const