I am creating a FBox2D struct passing two FVector2D as parameters in the construction.
When I call GetArea() method it returns the right value, but when I call Min.X, Min.Y, Max.X or Max.Y they always returns 0 no matter what value a pass in the FBox2D constructor.