Is it possible to export terrain from roblox into Unreal Engine 4 (whether there is a simple way or a lengthy way of reading voxels and passing the data through a webserver and then constructing a heightmap from that data which can then be subsequently imported into UE4).
6 Likes
You can export the terrain as a .obj, but you cannot export the textures or vertex data.
2 Likes
This might be useful for you Heightmaster - A way to convert heightmaps and texturemaps into terrain
2 Likes