FVector3   Conversion (FVector3 to FPoint)

Cast the FVector3 instance to an FPoint.

Definition

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

Parameters

value  FVector3
Reference to the vector to be converted.

Return Value

FPoint
Reference to a newly created FPoint representing the values in the caller's vector.

See Also