enum EMetaHumanCharacterBodyFitOptions
{
UMETA =(Tooltip="Uses mesh only from the DNA file"),
UMETA =(Tooltip="Uses mesh and core (animation) skeleton from the DNA file"),
UMETA =(Tooltip="Uses mesh from the DNA file and the core (animation) skeleton from the current MHC state"),
}