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 FTiledTerrain
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | SolidTileLocalIndex | The index of the solid tile for this terrain (local index to the tile set, not a GID!) | |
| FString | TerrainName | The name of this terrain type. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ParseFromJSON
(
TSharedPtr< FJsonObject > Tree, |