Navigation
API > API/Plugins > API/Plugins/SVGImporter
Inheritance Hierarchy
- TSharedFromThis
- FSVGBaseElement
- FSVGGraphicsElement
- FSVGPath
- FSVGEllipse
References
| Module | SVGImporter |
| Header | /Engine/Plugins/Experimental/SVGImporter/Source/SVGImporter/Public/SVGGraphicalElements.h |
| Include | #include "SVGGraphicalElements.h" |
Syntax
struct FSVGEllipse : public FSVGPath
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Cx | ||
| float | Cy | ||
| float | Rx | ||
| float | Ry |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSVGEllipse
(
float InCx, |