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 FSVGPathCommand
Remarks
Defines a single SVG Path Command
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ArriveControlPoint | Arrive control point | |
| ESVGPathInstructionType | InstructionType | The instruction type of this command (e.g. Move To, Line To, Cubic Bezier To, etc) | |
| FVector2D | LeaveControlPoint | Leave Control point | |
| FVector2D | PointTo | Command destination point |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSVGPathCommand
(
ESVGPathInstructionType InInstructionType |