FVector3   Conversion (FVector3 to FVector2)

Cast the FVector3 instance to an FVector2.

Definition

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

Parameters

value  FVector3
Reference to the FVector3 value to be converted.

Return Value

FVector2
Reference to a newly created FVector2 whose values represent those in the caller's FVector3 source.

See Also