UPaperTileMapPromotionFactory

Factory used to promote an instance-specific object from instance to asset by renaming it into an asset package

Windows
MacOS
Linux

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](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
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

Name Description

Public variable UProperty

UPaperTileMap &...

 

AssetToRename

Object being promoted to an asset.

Constructors

Name Description

Public function

UPaperTileMapPromotionFactory

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UFactory

Name Description

Public function Virtual

UObject *...

 

FactoryCreateNew

(
    UClass* InClass,
    UObject* InParent,
    FName InName,
    EObjectFlags Flags,
    UObject* Context,
    FFeedbackContext* Warn
)

Create a new object by class.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss