Navigation
API > API/Plugins > API/Plugins/SVGImporter
| Name | ESVGElementType |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Public/SVGElements.h |
| Include Path | #include "SVGElements.h" |
Syntax
enum ESVGElementType
{
None,
Other,
SVG,
Style,
Group,
ClipPath,
Path,
Rectangle,
Circle,
Ellipse,
Line,
PolyLine,
Polygon,
Gradient,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Other | |
| SVG | |
| Style | |
| Group | |
| ClipPath | |
| Path | |
| Rectangle | |
| Circle | |
| Ellipse | |
| Line | |
| PolyLine | |
| Polygon | |
| Gradient |