FVector4SwapYZ Method
            Swap the values of the Y and Z axis.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static FVector4 SwapYZ(
	FVector4 vector
)
Public Shared Function SwapYZ ( 
	vector As FVector4
) As FVector4
No code example is currently available or this language may not be supported.
- vector  FVector4
- 
            Vector containing values to swap.
            
FVector4
            Copy of the caller's vector where the handedness of the object
            has been reversed.