Navigation
API > API/Plugins > API/Plugins/SVGImporter > API/Plugins/SVGImporter/FSVGImporterUtils
References
| Module | SVGImporter |
| Header | /Engine/Plugins/Experimental/SVGImporter/Source/SVGImporter/Public/SVGImporterUtils.h |
| Include | #include "SVGImporterUtils.h" |
| Source | /Engine/Plugins/Experimental/SVGImporter/Source/SVGImporter/Private/SVGImporterUtils.cpp |
static ASVGJoinedShapesActor * ConsolidateSVGActor
(
ASVGActor * InSVGActor
)
Remarks
Merges all SVG Shapes of this Actor into a single Actor with a single Shape. the newly created Joined Shapes Actor
Parameters
| Name | Description |
|---|---|
| InSVGActor | the source SVG Actor to consolidate |