enum class PointOrientGoalDirectionType_t : uint32
{
    eAbsOrigin = 0,
    eCenter = 1,
    eHead = 2,
    eForward = 3,
    eEyesForward = 4,
};