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
)
Remarks
Add a point to this path
Parameters
| Name | Description |
|---|---|
| Point | the location of the point |