unreal.BodyShape

class unreal.BodyShape(*args: Any, **kwargs: Any)

Bases: StructBase

MetaHuman body parameters.

RULES - Unset fields mean ‘do not change’ - Keep proportions realistic; avoid extremes unless clearly requested. - Avoid fat < 0.25 AND muscularity < 0.25 unless user explicitly asks for gaunt/emaciated.

EXAMPLES (approximate targets) - athletic woman: masculine_feminine=0.80, fat=0.25, muscularity=0.70, height_cm=168 - muscular man: masculine_feminine=0.20, fat=0.25, muscularity=0.80, height_cm=178 - petite girl: masculine_feminine=0.90, fat=0.30, muscularity=0.35, height_cm=155 - stocky middle-aged man: masculine_feminine=0.20, fat=0.70, muscularity=0.50, height_cm=175