FTileLayerFromTiled

Windows
MacOS
Linux

References

Module

PaperTiledImporter

Header

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

Include

#include "PaperTiledImporterFactory.h"

Syntax

struct FTileLayerFromTiled

Variables

Name Description

Public variable

bool

 

bVisible

Is the layer currently visible?

Public variable

FColor

 

Color

Color of the layer (only set for object layers, to help distinguish them)

Public variable

int32

 

Height

Public variable

ETiledLayerType

 

LayerType

Type of the layer.

Public variable

FString

 

Name

Name of the layer.

Public variable

ETiledObjectLay...

 

ObjectDrawOrder

Object draw order (only used for object layers)

Public variable

TArray< FTiledO...

 

Objects

Placed objects (only used when LayerType is ObjectGroup)

Public variable

int32

 

OffsetX

Offset.

Public variable

int32

 

OffsetY

Public variable

float

 

Opacity

Saved layer opacity (only RGB are used, A is ignored)

Public variable

FString

 

OverlayImagePath

Overlay image (only used when LayerType is ImageLayer)

Public variable

TArray< FTiledS...

 

Properties

Arbitrary user specified Key-Value pairs.

Public variable

TArray< uint32 ...

 

TileIndices

Array of tiles (only used when LayerType is TileLayer)

Public variable

int32

 

Width

Width and height in tiles.

Constructors

Name Description

Public function

FTileLayerFromTiled()

Functions

Name Description

Public function Const

bool

 

IsValid()

Public function

bool

 

ParseFromJSON

(
    TSharedPtr< FJsonObject > Tree,
    const FString& NameForErrors,
    bool bSilent
)

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