FPathAdd(Single, Single) Method
Add an item to the path by member values.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public FVector2 Add(
float x,
float y
)
Public Function Add (
x As Single,
y As Single
) As FVector2
No code example is currently available or this language may not be supported.
- x Single
-
The X coordinate value to add.
- y Single
-
The Y coordinate value to add.
FVector2
Reference to the newly created and added point.