casting a Vector into a Plane won’t work because the Vector does not hold enough info to determine both the plane Origin and its Orientation, but I was just curios to see what is the result of the actual cast
so the Vector is cast as Point, and when you cast that Point as Plane it becomes the origin of an XY_Plane good to know