FPoint   Conversion (FVector2 to FPoint)

Cast the FVector2 instance to an FPoint.

Definition

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

Parameters

value  FVector2
Reference to the vector to be converted.

Return Value

FPoint
Reference to the point representing the vector.

See Also