Navigation
API > API/Plugins > API/Plugins/SVGImporter
The available commands describing a path
| Name | ESVGPathInstructionType |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Public/SVGPath.h |
| Include Path | #include "SVGPath.h" |
Syntax
enum ESVGPathInstructionType
{
None,
MoveTo,
ClosePath,
LineTo,
HorizontalLineTo,
VerticalLineTo,
CurveTo,
SmoothCurveTo,
QuadraticCurveTo,
SmoothQuadraticCurveTo,
EllipticalArc,
}
Values
| Name | Remarks |
|---|---|
| None | |
| MoveTo | |
| ClosePath | |
| LineTo | |
| HorizontalLineTo | |
| VerticalLineTo | |
| CurveTo | |
| SmoothCurveTo | |
| QuadraticCurveTo | |
| SmoothQuadraticCurveTo | |
| EllipticalArc |