FVector4   Conversion (FVector4 to FVector3)
            Cast the FVector4 instance to an FVector3.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static implicit operator FVector3 (
	FVector4 value
)
Public Shared Widening Operator CType ( 
	value As FVector4
) As FVector3
No code example is currently available or this language may not be supported.
- value  FVector4
- 
            Reference to the FVector4 value to be converted.
            
FVector3
            Reference to a newly created FVector3 whose values represent those
            in the caller's FVector4 source.