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