enum class NmRootMotionBlendMode_t : uint8
{
    Blend = 0,
    Additive = 1,
    IgnoreSource = 2,
    IgnoreTarget = 3,
};