FPoint3   Conversion (FPoint3 to FVector3)

Cast the FPoint3 instance to an FVector3.

Definition

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

Parameters

value  FPoint3
Reference to the point to be converted.

Return Value

FVector3
Reference to a newly created FVector3 representing the values in the caller's point.

See Also