unreal.MetaHumanCharacterBodyFitOptions¶
- class unreal.MetaHumanCharacterBodyFitOptions¶
Bases:
EnumBaseEMeta Human Character Body Fit Options
C++ Source:
Plugin: MetaHumanCoreTech
Module: MetaHumanCoreTechLib
File: MetaHumanCharacterBodyIdentity.h
- FIT_FROM_MESH_AND_SKELETON: MetaHumanCharacterBodyFitOptions = Ellipsis¶
Uses mesh and core (animation) skeleton from the DNA file
- Type:
1
- FIT_FROM_MESH_ONLY: MetaHumanCharacterBodyFitOptions = Ellipsis¶
Uses mesh only from the DNA file
- Type:
0
- FIT_FROM_MESH_TO_FIXED_SKELETON: MetaHumanCharacterBodyFitOptions = Ellipsis¶
Uses mesh from the DNA file and the core (animation) skeleton from the current MHC state
- Type:
2