Navigation
API > API/Plugins > API/Plugins/SVGImporter
| Name | FSVGBaseElement |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/SVGImporter/Source/SVGImporter/Public/SVGElements.h |
| Include Path | #include "SVGElements.h" |
Syntax
struct FSVGBaseElement : public TSharedFromThis< FSVGBaseElement >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FSVGBaseElement
Derived Classes
FSVGBaseElement derived class hierarchy
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsGraphicElement | bool | SVGElements.h | ||
| Name | FString | SVGElements.h | ||
| Type | ESVGElementType | SVGElements.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsGraphicElement() |
SVGElements.h | ||
void SetName
(
const FString& InName |
SVGElements.h | ||
bool TypeIsSet() |
SVGElements.h |