Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette
Determines whether a MetaHuman Instance should be assembled at cook time and have its assembly output baked into the cooked package.
| Name | EMetaHumanInstanceCookBehavior |
| Type | enum |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanInstance.h |
| Include Path | #include "MetaHumanInstance.h" |
Syntax
enum EMetaHumanInstanceCookBehavior
{
PipelineDefault,
Yes,
No,
}
Values
| Name | Remarks |
|---|---|
| PipelineDefault | Defer to the Collection Editor Pipeline's ShouldCookInstanceAsAssembled function to decide whether to assemble the Instance at cook time. |
| Yes | Always assemble the Instance at cook time. |
| No | Never assemble the Instance at cook time. |