Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette
| |
|
| Name |
EMetaHumanWardrobeItemCompatibility |
| Type |
enum |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCharacterEditorPipeline.h |
| Include Path |
#include "MetaHumanCharacterEditorPipeline.h" |
Syntax
enum EMetaHumanWardrobeItemCompatibility
{
None,
Add,
Import,
}
Values
| Name |
Remarks |
| None |
The Wardrobe Item is not compatible with the slot |
| Add |
The Wardrobe Item can be added directly to the slot |
| Import |
The Wardrobe Item can be imported into the slot by calling TryImportWardrobeItem on the Collection Pipeline |