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 FSVGStyle
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DisplayIsSet () |
||
| void | FillFromAttributesMap
(
const TMap< FString, FString >& StyleAttributes |
||
| const FColor & | GetFillColor () |
||
| const FString & | GetName () |
||
| const FColor & | |||
| float | |||
| bool | HasFill () |
||
| bool | HasStroke () |
||
| void | Hide () |
||
| bool | IsVisible () |
||
| void | SetDisplay
(
const FString& InDisplay |
||
| void | SetFillColor
(
const FColor& InColor |
||
| void | SetFillColor
(
const FString& InColorSVGString |
||
| void | |||
| void | SetStrokeColor
(
const FColor& InColor |
||
| void | SetStrokeColor
(
const FString& InColorSVGString |
||
| void | SetStrokeWidth
(
float InWidth |