FPoint

struct FPoint {
float x;
float y;
}

Meta