Skip to content

[WIP] Support for more UE5 versions#5

Merged
rirurin merged 7 commits into
mainfrom
more-versions
Jul 5, 2026
Merged

[WIP] Support for more UE5 versions#5
rirurin merged 7 commits into
mainfrom
more-versions

Conversation

@rirurin

@rirurin rirurin commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

Work to add support for at least the core features of Toolkit for UE5 versions covering 5.0 to 5.7, and Object XML covering whatever games I have that use currently unsupported versions.

@RyoTune

RyoTune commented Jul 1, 2026

Copy link
Copy Markdown
Owner

Do you think there's a better abstraction for creating Unreal types across versions than UnrealFactory? It works, but I remember being kinda annoyed at how much wiring was needed for each UE version.

@rirurin

rirurin commented Jul 4, 2026

Copy link
Copy Markdown
Collaborator Author

UnrealFactory provides a decent abstraction so I'm not concerned about replacing it. What I've done is that I've only made new definitions if the type changes in that version, and otherwise leverage the existing definitions given for 4.27 or 5.4.

The most annoying part was making sure that I was referencing the correct implementation for a given method and remembering that for any custom class implementation that I also updated any subclasses to point to the new superclass but that's not a big deal

@rirurin
rirurin marked this pull request as ready for review July 5, 2026 05:12
@rirurin
rirurin merged commit 2edaba8 into main Jul 5, 2026
1 check passed
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