FVector3SetPrecision Method

Set the decimal precision on the member values of the caller's specified vector.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static void SetPrecision(
	FVector3 vector,
	int decimalPlaces
)

Parameters

vector  FVector3
Reference to the vector to be adjusted.
decimalPlaces  Int32
Number of decimal places precision to allow on the member values of the provided vector.

See Also