Navigation
API > API/Plugins > API/Plugins/Paper2DEditor
Factory for tile sets
| Name | UPaperTileSetFactory |
| Type | class |
| Header File | /Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileSetFactory.h |
| Include Path | #include "PaperTileSetFactory.h" |
Syntax
UCLASS ()
class UPaperTileSetFactory : public UFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UPaperTileSetFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPaperTileSetFactory
(
const FObjectInitializer& ObjectInitializer |
PaperTileSetFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InitialTexture | UTexture2D * | Initial texture to create the tile set from (Can be nullptr) | PaperTileSetFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UObject * FactoryCreateNew
(
UClass* Class, |
PaperTileSetFactory.h |