Can UE4 use maps from Tiled?

I have been using Tiled to create maps for my multimedia assessment. I have used Unity but I had troubles for too long. And was wondering if UE4 can take maps from Tiled (http://www.mapeditor.org/)? And a second question, Is it possible to make 2D game that isnt a side scroller?

  • First off, yes you can use tile maps in Paper2D! Please see this doc for more info!
  • Second, yes it is entirely possible to make 2D game that is NOT sidescroller. This is in C++ mainly, but Tanks vs Zombies training stream is not sidescroller. And even in part two, they do tile maps.

I hope this has answered your questions! Good luck!