2D Isometric

Hello!
Was wondering if i could get some advice on how to approach creating a 2d isometric game in Unreal 4(.11).
Is the paper2d tileset suitable for isometric?
Is Paper2d still a little too early for this approach?

TL; DR version. Yes you can.

I’m working on an isometric game in UE4 and for the time being, I’m not using the Tilemap feature(each environment will be an oddly shaped hand drawn environment.)

Look at the setting below Material:
https://docs.unrealengine.com/latest/images/Engine/Paper2D/TileMaps/SetMapSize.jpg

You can change the Projection Mode to Orthogonal(square tiles)
Isometric Diamond
Isometric Staggered
Hexagonal

You will have to manipulate the TileMap’s tile width, height and other settings but you should be able to do it.

I’ll give it a try and report my findings later.