Package Details: unreal-engine 5.4.2-0

Git Clone URL: https://aur.archlinux.org/unreal-engine.git (read-only, click to copy)
Package Base: unreal-engine
Description: A 3D game engine by Epic Games which can be used non-commercially for free.
Upstream URL: https://www.unrealengine.com/
Keywords: 3D engine game ue5 Unreal
Licenses: GPL3, custom:UnrealEngine
Submitter: acerix
Maintainer: Shatur (Neko-san)
Last Packager: Neko-san
Votes: 74
Popularity: 1.01
First Submitted: 2016-05-01 18:37 (UTC)
Last Updated: 2024-06-17 03:29 (UTC)

Required by (1)

Sources (5)

Pinned Comments

Neko-san commented on 2022-11-01 02:32 (UTC) (edited on 2023-06-25 01:19 (UTC) by Neko-san)

@juancarlospaco this is easily done on your own system, not in a PKGBUILD, given that building packages runs as root:

sudo groupadd unrealengine-users
sudo usermod -aG unrealengine-users (your-username)
sudo chown -R root:unrealengine-users /opt/unreal-engine
sudo chmod -R 775 /opt/unreal-engine

Permission issues like this are already mentioned on the UE Arch wiki page: https://wiki.archlinux.org/title/Unreal_Engine_4#Installing_from_the_AUR

This is a user system problem; I already did what I could without needing users to do the above by giving the 777 permissions. If it still gives you trouble, you'll have to use the example to solve it or change the install location to somewhere you have user permissions by default (as I cannot do this for you).

zerophase commented on 2021-05-27 08:15 (UTC) (edited on 2021-05-30 08:41 (UTC) by zerophase)

Will update to 5.0 when it is released.

Latest Comments

« First ‹ Previous 1 .. 43 44 45 46 47 48 49 50 51 52 53 .. 80 Next › Last »

Shatur commented on 2019-12-22 21:08 (UTC)

@vesterlay, please, read the wiki.

vesterlay commented on 2019-12-22 21:05 (UTC) (edited on 2019-12-22 21:08 (UTC) by vesterlay)

Warning: Permanently added the RSA host key for IP address 'xxx.xx.118.3' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Does sb know what to do in this case? Tried to install through pamac..

Shatur commented on 2019-12-22 21:01 (UTC) (edited on 2019-12-24 08:48 (UTC) by Shatur)

@niqingliang2003, I'm working on it now. I decided to rewrite PKGBUILD from scratch, here is my changes:

  • I moved downloading of Unreal Engine to prepare section. This allows me to explicitly check access to the repository (and notify user about it!) and specify --depth=1 to reduce the amount of downloaded data from repo to 200 MiB.
  • I removed cmake from makedepends because it is not used.
  • After 4.24 Unreal Engine disallow to use system clang. Even if setup script do not download the toolchain, the builder will not see the system clang. Perhaps this can also be fixed, but so far there is no solution, so I suggest using the proposed clang for now.
  • I removed all obsolete patches and updated all information, now PKGBUILD looks clean.
  • PKGBUILD now works with the latest (4.24.1) version.
  • I renamed .desktop file to com.unrealengine.UE4Editor to follow desktop entry specifications and renamed icon to lower case for desktop icon themes compatibility.

You can get it here if you want it now (you will need to rename UE4Editor.desktop to com.unrealengine.UE4Editor.desktop). I am currently working on cleaning garbage (.lib, .a and other). As soon as I finish, I will push these changes, let me a few days.

niqingliang2003 commented on 2019-12-22 14:35 (UTC)

how about new 4.24 release?

eyupgurel commented on 2019-12-15 12:49 (UTC)

Never mind any release above 4.22-3. First and foremost this freezing issue must be sorted out. Freezing will annihilate any promised advantages offered by newer versions.

Slasher006 commented on 2019-12-15 09:13 (UTC) (edited on 2019-12-15 09:14 (UTC) by Slasher006)

i also have the 3 second freeze (its not random!!!). Last working version is 4.22-3-release! Also master has the freezing. I tryed every tip i could find but no luck. gfx is a 1070ti nvdriver is 440-36.

niqingliang2003 commented on 2019-12-11 14:44 (UTC) (edited on 2019-12-11 14:49 (UTC) by niqingliang2003)

@galaxy0419 thanks! I disabled it already, and enabled/disabled compositor, still same result.

on my pc, freeze every 3 seconds, but not random freeze.

and on another pc with amd old video card, work as expected.

ttc0419 commented on 2019-12-11 01:33 (UTC)

@eyupgurel @niqingliang2003 The issue is described in the wiki, just disable index file content in the KDE file search options. — https://wiki.archlinux.org/index.php/Unreal_Engine_4#Random_freeze_under_KDE

halikular commented on 2019-12-07 00:35 (UTC) (edited on 2019-12-07 00:36 (UTC) by halikular)

@eyupgurel @niqingliang2003 I have no problem running the software, at first it was badly scaled on my 1080p monitor, so I changed high DPI scaling to off. Now i t looks as it should. I'm running i3, and have no problem, vkcube also run without hesitation. I'm on NVIDIA Optimus laptop with 930MX.

niqingliang2003 commented on 2019-12-07 00:12 (UTC)

@eyupgurel same issue! I found it may be related with kde/nvidia. I'm using kde/nvidia1070, the command vkcube has some lag. 1. when enabled compositor + running glxgears, window has lag when close with lcd's edge. 2. vkcube report 60fps, but has lag obviously. 3. UE4Editor fps will drop <10 every 3seconds.