FVector4SetPrecision Method
            Set the decimal precision on the member values of the caller's
            specified vector.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static void SetPrecision(
	FVector4 vector,
	int decimalPlaces
)
Public Shared Sub SetPrecision ( 
	vector As FVector4,
	decimalPlaces As Integer
)
No code example is currently available or this language may not be supported.
Parameters
- vector  FVector4
- 
            Reference to the vector to be adjusted.
            
- decimalPlaces  Int32
- 
            Number of decimal places precision to allow on the member values of
            the provided vector.