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