In this Unreal Engine tutorial we create a 2D using tiles. This involves using two classes, TileSet and TileMap. We look at creating multi layer tilemap with collisions.
The text version of this tutorial is available at: http://www.gamefromscratch.com/post/2015/06/01/Unreal-Engine-Tutorial-Part-Six-Using-Tilesets-and-Tilemaps.aspx
For this example I had to use a preview release of Unreal Engine 4.8. Hopefully this version will be released very soon. Otherwise if you wish to follow along, you may have to install the same version. The video covers the process, or you can read about it here: http://www.gamefromscratch.com/post/2015/06/01/Installing-a-Unreal-Engine-preview-release.aspx
Source