Navigation
API > API/Plugins > API/Plugins/Paper2DEditor
Factory used to promote an instance-specific object from instance to asset by renaming it into an asset package
| Name | UPaperTileMapPromotionFactory |
| Type | class |
| Header File | /Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileMapPromotionFactory.h |
| Include Path | #include "PaperTileMapPromotionFactory.h" |
Syntax
UCLASS ()
class UPaperTileMapPromotionFactory : public UFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UPaperTileMapPromotionFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPaperTileMapPromotionFactory
(
const FObjectInitializer& ObjectInitializer |
PaperTileMapPromotionFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetToRename | TObjectPtr< class UPaperTileMap > | Object being promoted to an asset. | PaperTileMapPromotionFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UObject * FactoryCreateNew
(
UClass* Class, |
PaperTileMapPromotionFactory.h |