FPathAdd(Single, Single) Method

Add an item to the path by member values.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public FVector2 Add(
	float x,
	float y
)

Parameters

x  Single
The X coordinate value to add.
y  Single
The Y coordinate value to add.

Return Value

FVector2
Reference to the newly created and added point.

See Also