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