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