Navigation
API > API/Plugins > API/Plugins/SVGImporter
References
| Module | SVGImporter |
| Header | /Engine/Plugins/Experimental/SVGImporter/Source/SVGImporter/Public/SVGTypes.h |
| Include | #include "SVGTypes.h" |
Syntax
USTRUCT ()
struct FSVGShape
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSVGShape () |
|||
FSVGShape
(
const FSVGStyle& InStyle, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddPolygon
(
const TArray< FVector >& InPoints |
||
| void | |||
| FColor | GetFillColor () |
||
| const FString & | GetId () |
||
| const TArray< FSVGPathPolygon > & | GetPolygons () |
||
| FColor | |||
| const FSVGStyle & | GetStyle () |
||
| bool | HasFill () |
||
| bool | HasStroke () |
||
| bool | IsClockwise () |
||
| bool | IsClosed () |
||
| bool | IsVisible () |
||
| int32 | PolygonsNum () |
||
| void | |||
| void | |||
| void | SetIsClosed
(
bool bInIsClosed |
||
| void |