Navigation
API > API/Plugins > API/Plugins/Paper2DEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UPaperTileSetFactory
References
| Module | Paper2DEditor |
| Header | /Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileSetFactory.h |
| Include | #include "PaperTileSetFactory.h" |
Syntax
UCLASS&40;&41;
class UPaperTileSetFactory : public UFactory
Remarks
Factory for tile sets
Variables
| Type | Name | Description | |
|---|---|---|---|
| UTexture2D * | InitialTexture | Initial texture to create the tile set from (Can be nullptr) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UPaperTileSetFactory
(
const FObjectInitializer& ObjectInitializer |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |