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 FSVGPathElement
Remarks
The Element of an SVG Path
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ArriveControlPoint | Arrive control point | |
| bool | bIsSubpathInitialPoint | Is this Element the first point of a sub path? | |
| FVector2D | LeaveControlPoint | Leave control point | |
| FVector2D | Point | Point location |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSVGPathElement
(
const FVector2D& Point, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSplinePoint | AsSplinePoint
(
float InputKey |
Returns this Path Element as a Spline Point | |
| bool | Is this element a subpath initial point? |