FVector2   Conversion (FPoint to FVector2)

Cast the FPoint instance to a FVector2.

Definition

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

Parameters

value  FPoint
Reference to the point to be converted.

Return Value

FVector2
Reference to the newly created vector representing the values in the caller's point.

See Also