Error UE5 for Linux trying to create my first project

Ok, so I did solve this issue with the help of Linux users. Problem is about access permissions. As I have installed the engine in /opt/ue5 the lines in the terminal was:

cd /opt
sudo chmod -R 777 ue5

This will grant the needed permissions. This should be in the installing instructions, thought…

2 Likes