enum class CNmRootMotionData__SamplingMode_t : uint8
{
    Delta = 0,
    WorldSpace = 1,
};