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
(
float InX,
float InY,
float InCx,
float InCy,
float OutCx,
float OutCy
)
Remarks
Add a point to this path
Parameters
| Name | Description |
|---|---|
| InX | Point X |
| InY | Point Y |
| InCx | In Control Point X |
| InCy | In Control Point Y |
| OutCx | Out Control Point X |
| OutCy | Out Control Point Y |