Package Details: unreal-engine 5.4.4-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: 75
Popularity: 0.55
First Submitted: 2016-05-01 18:37 (UTC)
Last Updated: 2024-09-04 18:39 (UTC)

Required by (1)

Sources (6)

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 .. 70 71 72 73 74 75 76 77 78 79 80 81 Next › Last »

pegasusearl commented on 2016-11-06 05:07 (UTC)

excuse me, may I know how to run unreal-engine via terminal? $ primusrun UE4Editor /usr/bin/primusrun: line 42: exec: UE4Editor: not found $ primusrun ue4editor /usr/bin/primusrun: line 42: exec: ue4editor: not found $ primusrun unreal-engine /usr/bin/primusrun: line 42: exec: unreal-engine: not found $ primusrun unreal-editor /usr/bin/primusrun: line 42: exec: unreal-editor: not found $ unreal-engine bash: unreal-engine: command not found $ UE4Editor bash: UE4Editor: command not found $ ue4editor bash: ue4editor: command not found

zerophase commented on 2016-11-02 19:30 (UTC)

@undefinedmethod RCL was telling me on github 4.14 will support it when released. Until then master was the best. Do you have those patches? I almost managed to get 4.13 to build with it, but stopped once I started getting issues in third party code.

undefinedmethod commented on 2016-11-02 09:55 (UTC)

4.14 doesnt work out of the box with 3.9. I made some minor changes to source to pull in different thirdparty libs and got it to compile.

zerophase commented on 2016-11-01 19:51 (UTC)

So, Clang 3.9 works in 4.14. I think that should be out in about 2 weeks or so. In the mean time, I almost have a working set of patches up that will allow us to use 3.9 with 4.13.

pegasusearl commented on 2016-10-31 12:49 (UTC)

@zerophase, no, failed ========================================================== UnrealBuildTool Exception: ERROR: This version of the Unreal Engine can only be compiled with clang 3.8, 3.7, 3.6 and 3.5. clang 3.9.0 may not build it - please use a different version. ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build unreal-engine. ==> Restart building unreal-engine ? [y/N] ==> -------------------------------------- ==>

zerophase commented on 2016-10-30 08:33 (UTC) (edited on 2016-10-31 02:22 (UTC) by zerophase)

Clang was just updated to 3.9. Has anyone gotten unreal to build with it? Currently, looking into seeing if there is a fix. Regardless of whether the patch works or not, I'll have improvements for the PKGBUILD.

zerophase commented on 2016-10-03 00:19 (UTC)

Is anyone else having issues with the menus being sluggish to respond to mouse input?

zerophase commented on 2016-09-23 20:16 (UTC)

@Dijuna I was trying to reason out why it might be crashing. I believe Unreal through the buildsystem might have Windows dependencies needed by Mono. On an unrelated note has anyone been having the engine crash lately?

Dijuna commented on 2016-09-22 15:05 (UTC)

@zerophase there is no error if I don't change anything in PKGBUILD sooo... my fault. :)

zerophase commented on 2016-09-21 22:48 (UTC)

@Dijuna Which files are you referring to?