Navigation
- API > API/Plugins > API/Plugins/SVGImporter
-
the below two enums should match the native ones exactly, so they can be cast directly
| |
|
| Name |
EPolygonOffsetJoinType |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Public/ProceduralMeshes/SVGDynamicMeshComponent.h |
| Include Path |
#include "ProceduralMeshes/SVGDynamicMeshComponent.h" |
Syntax
enum EPolygonOffsetJoinType
{
Square,
Round,
Miter,
}
Values
| Name |
Remarks |
| Square |
|
| Round |
Uniform squaring on all convex edge joins. |
| Miter |
Arcs on all convex edge joins. |