Navigation
API > API/Plugins > API/Plugins/SVGImporter
Inheritance Hierarchy
References
| Module | SVGImporter |
| Header | /Engine/Plugins/Experimental/SVGImporter/Source/SVGImporter/Public/SVGGraphicalElements.h |
| Include | #include "SVGGraphicalElements.h" |
Syntax
struct FSVGLine : public FSVGPath
Remarks
A set of graphical elements (lines, rectangles, circles, etc) implemented as SVG paths (all derive from FSVGPath)
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | X1 | ||
| float | X2 | ||
| float | Y1 | ||
| float | Y2 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSVGLine
(
float InPathLength, |