Navigation
API > API/Plugins > API/Plugins/PaperTiledImporter
| Name | FTileSetFromTiled |
| Type | struct |
| Header File | /Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Classes/PaperTiledImporterFactory.h |
| Include Path | #include "PaperTiledImporterFactory.h" |
Syntax
struct FTileSetFromTiled
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTileSetFromTiled() |
PaperTiledImporterFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRemoveTransparentColor | bool | Should we chroma-key remove certain pixels, making them transparent? | PaperTiledImporterFactory.h | |
| FirstGID | int32 | PaperTiledImporterFactory.h | ||
| ImageHeight | int32 | PaperTiledImporterFactory.h | ||
| ImagePath | FString | Source image path. | PaperTiledImporterFactory.h | |
| ImageTransparentColor | FColor | The color to remove if bRemoveTransparentColor is true. | PaperTiledImporterFactory.h | |
| ImageWidth | int32 | Source image dimensions. | PaperTiledImporterFactory.h | |
| Margin | int32 | The spacing to ignore around the outer edge of the source image (in pixels) | PaperTiledImporterFactory.h | |
| Name | FString | PaperTiledImporterFactory.h | ||
| PerTileData | TMap< int32, FTiledTileInfo > | Per-tile info (terrain membership, collision objects, properties, etc...) | PaperTiledImporterFactory.h | |
| Properties | TArray< FTiledStringPair > | Arbitrary user specified Key-Value pairs. | PaperTiledImporterFactory.h | |
| Spacing | int32 | The spacing between each tile in the source image (in pixels) | PaperTiledImporterFactory.h | |
| TerrainTypes | TArray< FTiledTerrain > | Terrain types. | PaperTiledImporterFactory.h | |
| TileHeight | int32 | PaperTiledImporterFactory.h | ||
| TileOffsetX | int32 | Offset used when drawing tiles from this tile set. | PaperTiledImporterFactory.h | |
| TileOffsetY | int32 | PaperTiledImporterFactory.h | ||
| TileWidth | int32 | PaperTiledImporterFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
PaperTiledImporterFactory.h | ||
void ParseTileSetFromJSON
(
TSharedPtr< FJsonObject > Tree, |
PaperTiledImporterFactory.h |