Navigation
API > API/Plugins > API/Plugins/SVGImporter
References
| Module | SVGImporter |
| Header | /Engine/Plugins/Experimental/SVGImporter/Source/SVGImporter/Public/SVGPath.h |
| Include | #include "SVGPath.h" |
Syntax
struct FSVGSubPath
Remarks
SVG Subpath
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsClosed | True if path is closed | |
| TArray< FSVGPathElement > | Elements | Elements of this Sub Path |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddPathElement
(
const FSVGPathElement& InElement |
Add an element to this path | |
| void | SetIsClosed
(
bool bInIsClosed |
Set the path closed flag |