enum class CNmRootMotionOverrideNode__OverrideFlags_t : uint8
{
    AllowMoveX = 0,
    AllowMoveY = 1,
    AllowMoveZ = 2,
    AllowFacingPitch = 3,
    ListenForEvents = 4,
};