Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette
| |
|
| Name |
EMetaHumanCharacterUnpackPathMode |
| Type |
enum |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCollection.h |
| Include Path |
#include "MetaHumanCollection.h" |
Syntax
enum EMetaHumanCharacterUnpackPathMode
{
SubfolderNamedForPalette,
Relative,
Absolute,
}
Values
| Name |
Remarks |
| SubfolderNamedForPalette |
Assets will be unpacked to a subfolder of the Palette's current folder. |
| Relative |
UnpackFolderPath is a relative path from the folder containing the Palette |
| Absolute |
UnpackFolderPath is an absolute path |