Hello,
I want to install UE4.26 on Ubuntu18.04. But I cannot make the build, as follows:
wpl@MOSS:~/UnrealEngine_4.26$ ./Setup.sh && ./GenerateProjectFiles.sh && make
Fixing inconsistent case in filenames.
Setting up Mono
Checking dependencies…
The following file(s) have been modified:
Engine/Binaries/ThirdParty/Mono/Linux/etc/mono/registry/last-btime
Would you like to overwrite your changes (y/n)? y
Updating dependencies: 0% (0/63485)…
Failed to download ‘http://cdn.unrealengine.com/dependencies/UnrealEngine-12372779-e1515af26c634d2a8ade60b1afd1f065/01bb78539fc8dda386d45f9b5615f9a1e8ca5d94’: The remote server returned an error: (403) Forbidden. (WebException)
Result: 1
wpl@MOSS:~/UnrealEngine_4.26$
What should I do?