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 (Blueprintable)
struct FSVGPathPolygon
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSVGPathPolygon
(
const TArray< FVector >& InVertices |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FVector2D > & | |||
| int | |||
| const UE::Geometry::TPolygon2< double > & | GetPolygon () |
||
| bool | |||
| const TArray< FVector > & | GetVertices () |
||
| void | SetShouldBeDrawn
(
bool bInShouldBeDrawn |
||
| void | SetVertices
(
const TArray< FVector >& InVertices |
||
| bool |