Navigation
API > API/Plugins > API/Plugins/PaperTiledImporter
References
| Module | PaperTiledImporter |
| Header | /Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Classes/PaperTiledImporterFactory.h |
| Include | #include "PaperTiledImporterFactory.h" |
Syntax
struct FTileMapFromTiled
Variables
| Type | Name | Description | |
|---|---|---|---|
| FColor | BackgroundColor | Background color. | |
| TArray< UPaperTileSet * > | CreatedTileSetAssets | Set of destination tile set assets created by this import. | |
| int32 | FileVersion | JSON export file version as defined by Tiled (1 is the only known version) | |
| int32 | Height | ||
| int32 | HexSideLength | Side length (only used in Hexagonal projection mode) | |
| TArray< FTileLayerFromTiled > | Layers | Layers. | |
| ETiledOrientation | Orientation | Projection mode of the tile map. | |
| TArray< FTiledStringPair > | Properties | Arbitrary user specified Key-Value pairs. | |
| ETiledRenderOrder | RenderOrder | Render order. | |
| ETiledStaggerAxis | StaggerAxis | Stagger axis (only used in Staggered and Hexagonal modes) | |
| ETiledStaggerIndex | StaggerIndex | Stagger index (only used in Staggered and Hexagonal modes) | |
| int32 | TileHeight | ||
| TArray< FTileSetFromTiled > | TileSets | Set of source tile sets imported from Tiled. | |
| int32 | TileWidth | Dimensions of a tile (in pixels) | |
| int32 | Width | Dimensions of the tile map (in tiles) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FPaperTileInfo | ConvertTileGIDToPaper2D
(
uint32 GID |
||
| ETileMapProjectionMode::Type | |||
| bool | IsValid () |