FPoint Conversion (FVector2 to FPoint)
Cast the FVector2 instance to an FPoint.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static implicit operator FPoint (
FVector2 value
)
Public Shared Widening Operator CType (
value As FVector2
) As FPoint
No code example is currently available or this language may not be supported.
- value FVector2
-
Reference to the vector to be converted.
FPoint
Reference to the point representing the vector.