FTileMapFromTiled

Windows
MacOS
Linux

References

Module

PaperTiledImporter

Header

/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Classes/PaperTiledImporterFactory.h

Include

#include "PaperTiledImporterFactory.h"

Syntax

struct FTileMapFromTiled

Variables

Name Description

Public variable

FColor

 

BackgroundColor

Background color.

Public variable

TArray< UPaperT...

 

CreatedTileSetAssets

Set of destination tile set assets created by this import.

Public variable

int32

 

FileVersion

JSON export file version as defined by Tiled (1 is the only known version)

Public variable

int32

 

Height

Public variable

int32

 

HexSideLength

Side length (only used in Hexagonal projection mode)

Public variable

TArray< FTileLa...

 

Layers

Layers.

Public variable

ETiledOrientati...

 

Orientation

Projection mode of the tile map.

Public variable

TArray< FTiledS...

 

Properties

Arbitrary user specified Key-Value pairs.

Public variable

ETiledRenderOrd...

 

RenderOrder

Render order.

Public variable

ETiledStaggerAx...

 

StaggerAxis

Stagger axis (only used in Staggered and Hexagonal modes)

Public variable

ETiledStaggerIn...

 

StaggerIndex

Stagger index (only used in Staggered and Hexagonal modes)

Public variable

int32

 

TileHeight

Public variable

TArray< FTileSe...

 

TileSets

Set of source tile sets imported from Tiled.

Public variable

int32

 

TileWidth

Dimensions of a tile (in pixels)

Public variable

int32

 

Width

Dimensions of the tile map (in tiles)

Constructors

Name Description

Public function

FTileMapFromTiled()

Functions

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss