Navigation
API > API/Plugins > API/Plugins/SVGImporter
| Name | FSVGPolyLine |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Public/SVGGraphicalElements.h |
| Include Path | #include "SVGGraphicalElements.h" |
Syntax
struct FSVGPolyLine : public FSVGPath
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FSVGBaseElement → FSVGGraphicsElement → FSVGPath → FSVGPolyLine
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSVGPolyLine
(
float InPathLength, |
SVGGraphicalElements.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Points | TArray< FVector2D > | SVGGraphicalElements.h |