FVector4ReverseDirection Method
            Reverse the direction of the specified vector.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static FVector4 ReverseDirection(
	FVector4 vector
)
Public Shared Function ReverseDirection ( 
	vector As FVector4
) As FVector4
No code example is currently available or this language may not be supported.
- vector  FVector4
- 
            Reference to the vector to be reversed.
            
FVector4
            Reference to a new vector with all of the dimensions reversed.