Navigation
API > API/Plugins > API/Plugins/PaperTiledImporter
Imports a tile map (and associated textures & tile sets) exported from Tiled (http://www.mapeditor.org/)
| Name | UPaperTiledImporterFactory |
| Type | class |
| Header File | /Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Classes/PaperTiledImporterFactory.h |
| Include Path | #include "PaperTiledImporterFactory.h" |
Syntax
UCLASS ()
class UPaperTiledImporterFactory :
public UFactory,
public FReimportHandler
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UPaperTiledImporterFactory
- FReimportHandler → UPaperTiledImporterFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPaperTiledImporterFactory
(
const FObjectInitializer& ObjectInitializer |
PaperTiledImporterFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanReimport
(
UObject* Obj, |
PaperTiledImporterFactory.h | ||
virtual bool FactoryCanImport
(
const FString& Filename |
PaperTiledImporterFactory.h | ||
virtual UObject * FactoryCreateText
(
UClass* InClass, |
PaperTiledImporterFactory.h | ||
virtual int32 GetPriority() |
PaperTiledImporterFactory.h | ||
virtual FText GetToolTip() |
PaperTiledImporterFactory.h | ||
virtual EReimportResult::Type Reimport
(
UObject* Obj |
PaperTiledImporterFactory.h | ||
virtual void SetReimportPaths
(
UObject* Obj, |
PaperTiledImporterFactory.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ConvertTileSets
(
FTileMapFromTiled& GlobalInfo, |
PaperTiledImporterFactory.h | ||
void FinalizeTileMap
(
FTileMapFromTiled& GlobalInfo, |
PaperTiledImporterFactory.h | ||
void ParseGlobalInfoFromJSON
(
TSharedPtr< FJsonObject > Tree, |
PaperTiledImporterFactory.h | ||
TSharedPtr< FJsonObject > ParseJSON
(
const FString& FileContents, |
PaperTiledImporterFactory.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UObject * CreateNewAsset
(
UClass* AssetClass, |
PaperTiledImporterFactory.h | ||
static UTexture2D * ImportTexture
(
const FString& SourceFilename, |
PaperTiledImporterFactory.h |