Navigation
API > API/Plugins > API/Plugins/SVGImporter
Defines a single SVG Path Command
| Name | FSVGPathCommand |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Public/SVGPath.h |
| Include Path | #include "SVGPath.h" |
Syntax
struct FSVGPathCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SVGPath.h | |||
FSVGPathCommand
(
ESVGPathInstructionType InInstructionType |
SVGPath.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArriveControlPoint | FVector2D | Arrive control point | SVGPath.h | |
| InstructionType | ESVGPathInstructionType | The instruction type of this command (e.g. Move To, Line To, Cubic Bezier To, etc) | SVGPath.h | |
| LeaveControlPoint | FVector2D | Leave Control point | SVGPath.h | |
| PointTo | FVector2D | Command destination point | SVGPath.h |