Navigation
API > API/Plugins > API/Plugins/Paper2DEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UPaperTileMapPromotionFactory
References
| Module | Paper2DEditor |
| Header | /Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileMapPromotionFactory.h |
| Include | #include "PaperTileMapPromotionFactory.h" |
Syntax
UCLASS&40;&41;
class UPaperTileMapPromotionFactory : public UFactory
Remarks
Factory used to promote an instance-specific object from instance to asset by renaming it into an asset package
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UPaperTileMap > | AssetToRename | Object being promoted to an asset. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UPaperTileMapPromotionFactory
(
const FObjectInitializer& ObjectInitializer |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |