FVector4(FVector4) Constructor
            Create a new instance of the FVector4 item.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public FVector4(
	FVector4 vector
)
Public Sub New ( 
	vector As FVector4
)
No code example is currently available or this language may not be supported.
Parameters
- vector  FVector4
- 
            Reference to a vector whose values will be copied.