Navigation
API > API/Plugins > API/Plugins/Paper2DEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorFactory
- UTileMapActorFactory
References
| Module | Paper2DEditor |
| Header | /Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/TileMapActorFactory.h |
| Include | #include "TileMapActorFactory.h" |
Syntax
UCLASS&40;&41;
class UTileMapActorFactory : public UActorFactory
Constructors
| Type | Name | Description | |
|---|---|---|---|
UTileMapActorFactory
(
const FObjectInitializer& ObjectInitializer |
Overridden from UActorFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateActorFrom
(
const FAssetData& AssetData, |
||
| void | PostCreateBlueprint
(
UObject* Asset, |
Override this in derived factory classes if needed. | |
| void | PostSpawnActor
(
UObject* Asset, |
Subclasses may implement this to modify the actor after it has been spawned IMPORTANT: If you override this, you should usually also override PostCreateBlueprint()! |