Navigation
API > API/Plugins > API/Plugins/SVGImporter > API/Plugins/SVGImporter/FSVGPath > API/Plugins/SVGImporter/FSVGPath/AddPoint
References
| Module | SVGImporter |
| Header | /Engine/Plugins/Experimental/SVGImporter/Source/SVGImporter/Public/SVGPath.h |
| Include | #include "SVGPath.h" |
| Source | /Engine/Plugins/Experimental/SVGImporter/Source/SVGImporter/Private/SVGPath.cpp |
void AddPoint
(
const FVector2D & Point,
const FVector2D & ArriveControlPoint,
const FVector2D & LeaveControlPoint
)
Remarks
Add a point to this path
Parameters
| Name | Description |
|---|---|
| Point | the location of the point |
| ArriveControlPoint | the location of the Arrive Control Point |
| LeaveControlPoint | the location of the Leave Control Point |