Navigation
API > API/Plugins > API/Plugins/SVGImporter
References
| Module | SVGImporter |
| Header | /Engine/Plugins/Experimental/SVGImporter/Source/SVGImporter/Public/SVGData.h |
| Include | #include "SVGData.h" |
Syntax
struct FSVGDataInitializer
Remarks
Helper struct to provide SVGData objects with the necessary information for initialization.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedRef< FSVGBaseElement > > | Elements | The SVG Elements already parsed from the SVG Text Buffer | |
| FString | SourceFilename | The SVG Filename. Can be empty if Text Buffer is not coming from a file | |
| FString | SVGTextBuffer | The SVG Text Buffer |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSVGDataInitializer
(
const FString& InSVGTextBuffer, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Is this element initialized? |