FVector3Set Method

Set the values of the specified vector using an abbreviated method.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static void Set(
	FVector3 vector,
	float x,
	float y,
	float z
)

Parameters

vector  FVector3
Reference to the vector to set.
x  Single
X value.
y  Single
Y value.
z  Single
Z value.

See Also