FVector4   Conversion (FVector4 to FVector3)

Cast the FVector4 instance to an FVector3.

Definition

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

Parameters

value  FVector4
Reference to the FVector4 value to be converted.

Return Value

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

See Also