Navigation
API > API/Plugins > API/Plugins/SVGImporter
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- ASVGDynamicMeshesContainerActor
- ASVGShapesParentActor
References
| Module | SVGImporter |
| Header | /Engine/Plugins/Experimental/SVGImporter/Source/SVGImporter/Public/SVGShapesParentActor.h |
| Include | #include "SVGShapesParentActor.h" |
Syntax
UCLASS (MinimalAPI)
class ASVGShapesParentActor : public ASVGDynamicMeshesContainerActor
Remarks
This actor is used as a parent to organize SVG Shape Actors
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | GetShapes
(
TMap< TObjectPtr< AActor >, TObjectPtr< USVGDynamicMeshComponent > >& OutMap |
Returns a map associating each dynamic mesh component shape to the actor they are attached to |
Overridden from ASVGDynamicMeshesContainerActor
| Type | Name | Description | |
|---|---|---|---|
| TArray< UDynamicMeshComponent * > |