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 ASVGShapesParentActor * SplitSVGActor
(
ASVGActor * InSVGActor
)
Remarks
Splits the specified SVG Actor into multiple actors. Each actor will have a single SVG Shape component the newly created Shapes Parent Actor
Parameters
| Name | Description |
|---|---|
| InSVGActor | the source SVG Actor to split |