Skip to content

EulerPiGauss/ue4-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Since we may have to modify dockerfile or something, we choose use this repo from source.

  1. download and cd to repo dir

  2. python3 setup.py install

  3. ue4-docker build 4.19.1 --cuda=10.1 --exclude=ddc

you must specify cuda arg to use cudagl image in my test, ddc must be disabled with exclude arg.

  1. It seems ue4-engine is enough for use.

the default user is ue4 and you can't change to root since there are no root user password. If you want to use sudo, need docker exec --user=root -it --privileged container_name bash

UE4Editor is in ~/UnrealEngine/Engine/Binaries/Linux, must run with non-root user...

to run UE4Editor, libxrandr2 and x11-xserver-utils must be installed manually if you don't want to modify this repo

  1. clone ue4 source code is slow, you may want to add proxy before cloning use git config to setup otherwise will meet handshake error


Unreal Engine and Docker Logos

Unreal Engine 4 Docker Containers

 

Looking for a place to start? Check out the Unreal Containers community hub for implementation-agnostic information on using the Unreal Engine inside Docker containers, and then head to the comprehensive ue4-docker documentation to view details specific to using the ue4-docker project.

The ue4-docker Python package contains a set of Dockerfiles and accompanying build infrastructure that allows you to build Docker images for Epic Games' Unreal Engine 4. The images also incorporate the infrastructure from ue4cli, conan-ue4cli, and ue4-ci-helpers to facilitate a wide variety of use cases.

Key features include:

  • Unreal Engine 4.20.0 and newer is supported.
  • Both Windows containers and Linux containers are supported.
  • Building and packaging UE4 projects is supported.
  • Running automation tests is supported.
  • Running built UE4 projects with offscreen rendering is supported via NVIDIA Docker under Linux.

Resources:

Contributing

See the file CONTRIBUTING.md for guidelines on how to contribute to the development of ue4-docker.

Legal

Copyright © 2018 - 2021, Adam Rehn. Licensed under the MIT License, see the file LICENSE for details.

Unreal and its logo are Epic Games' trademarks or registered trademarks in the US and elsewhere.

Docker and the Docker logo are trademarks or registered trademarks of Docker in the United States and other countries.

About

Windows and Linux containers for Unreal Engine 4

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 82.4%
  • Dockerfile 15.5%
  • Batchfile 1.6%
  • Other 0.5%