FVector2Set Method
Set the values of the vector in an abbreviated call.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2714.4042
public static void Set(
FVector2 vector,
float x,
float y
)
Public Shared Sub Set (
vector As FVector2,
x As Single,
y As Single
)
No code example is currently available or this language may not be supported.
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.