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

Add unsupported --legacy flag for targeting Unreal Engine 4 #42

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

Conversation

hach-que
Copy link
Member

@hach-que hach-que commented Nov 1, 2024

Fab added support for Unreal Engine code plugins to submit updates for engine versions older than the last 3 versions, at least going back to 4.27.

This was my initial attempt to add 4.x support to UET via a --legacy flag, however in practice:

  • My build environment isn't set up for UE4 any more and UET can't auto-install dependencies for that engine version, and
  • Most of my own plugin code has dropped the relevant code guards necessary to support UE4 (even for plugins like OSB or RSI).

Since I can't actually test everything works end-to-end with this flag, I don't intend to merge it in at this time.

@hach-que hach-que added the back burner No ETA on resolution label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back burner No ETA on resolution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant