Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette
The types of parameters supported by Wardrobe Items.
These map directly to EPropertyBagPropertyType but since not all values are exposed (e.g. Struct is hidden) we have a mapped enum to keep the surface area scoped.
| Name | EMetaHumanCharacterInstanceParameterType |
| Type | enum |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCollectionBlueprintLibrary.h |
| Include Path | #include "MetaHumanCollectionBlueprintLibrary.h" |
Syntax
enum EMetaHumanCharacterInstanceParameterType
{
None = (uint8) EPropertyBagPropertyType::None,
Bool = (uint8) EPropertyBagPropertyType::Bool,
Float = (uint8) EPropertyBagPropertyType::Float,
Name = (uint8) EPropertyBagPropertyType::Name,
String = (uint8) EPropertyBagPropertyType::String,
Color = (uint8) EPropertyBagPropertyType::Struct,
Object = (uint8) EPropertyBagPropertyType::Object,
SoftObject = (uint8) EPropertyBagPropertyType::SoftObject,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Bool | |
| Float | |
| Name | |
| String | |
| Color | |
| Object | |
| SoftObject |