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 FTiledTileInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FTiledObject > | Objects | Collision shapes. | |
| float | Probability | The probability of placement of this tile (0..1) Note: Tiled doesn't allow editing of this value right now (at least as of 0.11.0), so it's of limited value/trustworthiness | |
| TArray< FTiledStringPair > | Properties | Arbitrary user specified Key-Value pairs. | |
| int32[4] | TerrainIndices | The terrain indices (into the TerrainTypes array of the containing tile set, INDEX_NONE if invalid) Order is top-left, top-right, bottom-left, bottom-right |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ParseTileInfoFromJSON
(
int32 TileIndex, |