Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop engines older than 4.27 #370

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

slonopotamus
Copy link
Collaborator

@slonopotamus slonopotamus commented Dec 11, 2024

See #350


Completely untested yet, do not merge.

@@ -9,7 +9,7 @@ The ue4-docker Python package contains a set of Dockerfiles and accompanying bui

Key features include:

- The six most recent versions of the Unreal Engine are supported (currently Unreal Engine 4.26 and newer).
- The six most recent versions of the Unreal Engine are supported (currently Unreal Engine 4.27 and newer).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This patch makes it 7 versions. Perhaps we just say "Six most recent plus 4.27-plus" (or whatever the official name for that 4.27-plus LTS branch is...) That's assuming we'll keep 4.27-plus support but drop 5.0 support when 5.6 is released.

@@ -14,45 +14,12 @@ def writeFile(filename, data):
f.write(data.encode("utf-8"))


# Determine if we are building UE 4.25.4
# Determine if we are building UE 4.27.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment no longer applies and can just be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants