FTiledTileInfo

Windows
MacOS
Linux

References

Module

PaperTiledImporter

Header

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

Include

#include "PaperTiledImporterFactory.h"

Syntax

struct FTiledTileInfo

Variables

Name Description

Public variable

TArray< FTiledO...

 

Objects

Collision shapes.

Public variable

float

 

Probability

The probability of placement of this tile (0..1)

Public variable

TArray< FTiledS...

 

Properties

Arbitrary user specified Key-Value pairs.

Public variable

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

Name Description

Public function

FTiledTileInfo()

Functions

Name Description

Public function

bool

 

ParseTileInfoFromJSON

(
    int32 TileIndex,
    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