FVector3   Conversion (FVector2 to FVector3)

Cast the FVector2 instance to an FVector3.

Definition

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

Parameters

value  FVector2
Reference to the vector to be converted.

Return Value

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

See Also