enum class CNmFloatAngleMathNode__Operation_t : uint8
{
    ClampTo180 = 0,
    ClampTo360 = 1,
    FlipHemisphere = 2,
    FlipHemisphereNegate = 3,
};