UE4 on Ubuntu 19

Unreal Engine is giving me a little trouble on Ubuntu 19. It seems the version of Mono has changed and even Git Master wasn't working.

This page gave the hint:

sed -i.bak "s/mono-dmcs/mono-mcs/;s/clang-3.9/clang-7/" Engine/Build/BatchFiles/Linux/Setup.sh

Which seems to be working. Hey Unreal let's get this updated!