FVector3   Conversion (FVector3 to FVector2)

Cast the FVector3 instance to an FVector2.

Definition

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

Parameters

value  FVector3
Reference to the vector to be converted.

Return Value

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

See Also