unreal.BodyBlendOptions

class unreal.BodyBlendOptions

Bases: EnumBase

EBody Blend Options

C++ Source:

  • Plugin: MetaHumanCoreTech

  • Module: MetaHumanCoreTechLib

  • File: MetaHumanCharacterBodyIdentity.h

BOTH: BodyBlendOptions = Ellipsis

Both skeletal proportions and shaping (volume) are blended.

Type:

2

SHAPE: BodyBlendOptions = Ellipsis

Blends shape-based characteristics while maintaining the core skeletal proportions.

Type:

1

SKELETON: BodyBlendOptions = Ellipsis

Only skeletal proportions are blended, while maintaining shaping.

Type:

0