Home / Tile Sets
Tile Sets
Table of Contents
Description
A Tile Set is a collection of individual Tiles placed in a tile sheet image, and are used to create Tile Maps. To create and modify a tile set, you will need to use the Tiled Map Editor and afterwards Import a Tile Set to Unreal Engine in order to be able to use it in your project.
A Tile Set is composed by the following classes:
-
UTITileSet: This is the Tile Set asset that was imported from Tiled which contain a list of Tile Set Tiles and can only be modified from Tiled when importing or reimporting.
-
UTITileSetTile: This is the class representing an individual Tile inside a Tile Set.