FVector4   Conversion (FVector2 to FVector4)

Cast the FVector2 instance to an FVector4.

Definition

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

Parameters

value  FVector2
Reference to the point to be converted.

Return Value

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

See Also