Navigation
API > API/Plugins > API/Plugins/SVGImporterEditor > API/Plugins/SVGImporterEditor/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorFactory
- USVGActorFactory
References
| Module | SVGImporterEditor |
| Header | /Engine/Plugins/Experimental/SVGImporter/Source/SVGImporterEditor/Public/Factories/SVGActorFactory.h |
| Include | #include "Factories/SVGActorFactory.h" |
Syntax
UCLASS (MinimalAPI)
class USVGActorFactory : public UActorFactory
Constructors
No constructors are accessible with public or protected access.
Overridden from UActorFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateActorFrom
(
const FAssetData& AssetData, |
||
| AActor * | GetDefaultActor
(
const FAssetData& AssetData |
Initialize NewActorClass if necessary, and return default actor for that class. | |
| AActor * | SpawnActor
(
UObject* InAsset, |
Overridden from IAssetFactoryInterface
| Type | Name | Description | |
|---|---|---|---|
| void | PostPlaceAsset
(
TArrayView< const FTypedElementHandle > InHandle, |
Finalizes any placed elements based on adjustments the factory may need to do. |