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