Navigation
API > API/Plugins > API/Plugins/PaperTiledImporter
| Name | FTileLayerFromTiled |
| Type | struct |
| Header File | /Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Classes/PaperTiledImporterFactory.h |
| Include Path | #include "PaperTiledImporterFactory.h" |
Syntax
struct FTileLayerFromTiled
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTileLayerFromTiled() |
PaperTiledImporterFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bVisible | bool | Is the layer currently visible? | PaperTiledImporterFactory.h | |
| Color | FColor | Color of the layer (only set for object layers, to help distinguish them) | PaperTiledImporterFactory.h | |
| Height | int32 | PaperTiledImporterFactory.h | ||
| LayerType | ETiledLayerType | Type of the layer. | PaperTiledImporterFactory.h | |
| Name | FString | Name of the layer. | PaperTiledImporterFactory.h | |
| ObjectDrawOrder | ETiledObjectLayerDrawOrder | Object draw order (only used for object layers) | PaperTiledImporterFactory.h | |
| Objects | TArray< FTiledObject > | Placed objects (only used when LayerType is ObjectGroup) | PaperTiledImporterFactory.h | |
| OffsetX | int32 | Offset. | PaperTiledImporterFactory.h | |
| OffsetY | int32 | PaperTiledImporterFactory.h | ||
| Opacity | float | Saved layer opacity (only RGB are used, A is ignored) | PaperTiledImporterFactory.h | |
| OverlayImagePath | FString | Overlay image (only used when LayerType is ImageLayer) | PaperTiledImporterFactory.h | |
| Properties | TArray< FTiledStringPair > | Arbitrary user specified Key-Value pairs. | PaperTiledImporterFactory.h | |
| TileIndices | TArray< uint32 > | Array of tiles (only used when LayerType is TileLayer) | PaperTiledImporterFactory.h | |
| Width | int32 | Width and height in tiles. | PaperTiledImporterFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
PaperTiledImporterFactory.h | ||
bool ParseFromJSON
(
TSharedPtr< FJsonObject > Tree, |
PaperTiledImporterFactory.h |