Navigation
API > API/Plugins > API/Plugins/SVGImporter
Inheritance Hierarchy
- TSharedFromThis
- FSVGBaseElement
- FSVGGraphicsElement
- FSVGGroupElement
References
| Module | SVGImporter |
| Header | /Engine/Plugins/Experimental/SVGImporter/Source/SVGImporter/Public/SVGElements.h |
| Include | #include "SVGElements.h" |
Syntax
struct FSVGGroupElement : public FSVGGraphicsElement
Remarks
Container struct representing SVG "group". It holds a list of graphics elements. It is defined as a graphic element itself, since it can contain info about elements styling.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedRef< FSVGGraphicsElement > > | Children |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddChild
(
const TSharedRef< FSVGGraphicsElement >& InChild |
||
| void | Setup
(
const TArray< TSharedRef< FSVGGraphicsElement > >& InChildren |