Navigation
API > API/Plugins > API/Plugins/SVGImporter
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.
| Name | FSVGGroupElement |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Public/SVGElements.h |
| Include Path | #include "SVGElements.h" |
Syntax
struct FSVGGroupElement : public FSVGGraphicsElement
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FSVGBaseElement → FSVGGraphicsElement → FSVGGroupElement
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSVGGroupElement() |
SVGElements.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Children | TArray< TSharedRef< FSVGGraphicsElement > > | SVGElements.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddChild
(
const TSharedRef< FSVGGraphicsElement >& InChild |
SVGElements.h | ||
void Setup
(
const TArray< TSharedRef< FSVGGraphicsElement > >& InChildren |
SVGElements.h |