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 * JoinSVGDynamicMeshOwners
(
const TArray < ASVGDynamicMeshesContainerActor * > & InDynamicSVGShapesOwners
)
Remarks
Joins the SVG Shapes of 2 or more Actors of type ASVGDynamicMeshesOwnerActor onto a single ASVGJoinedShapesActor the newly created Joined Shapes Actor
Parameters
| Name | Description |
|---|---|
| InDynamicSVGShapesOwners | the list of Actors owning the SVG Shapes which are going to be joined |