FPoint   Conversion (FPoint to FVector2)

Cast the FPoint instance to a FVector2.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static implicit operator FVector2 (
	FPoint value
)

Parameters

value  FPoint
Reference to the point to be converted.

Return Value

FVector2
Reference to the vector representing the point.

See Also