FVector2Set Method

Set the values of the vector in an abbreviated call.

Definition

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

Parameters

vector  FVector2
Reference to the vector whose values will be set.
x  Single
The X value to assign.
y  Single
The Y value to assign.

See Also