Skip to content

Add generic 'Mods' tab to the GUI#1321

Open
UE4SS wants to merge 10 commits into
mainfrom
gui-mods-tab-cpp-mods
Open

Add generic 'Mods' tab to the GUI#1321
UE4SS wants to merge 10 commits into
mainfrom
gui-mods-tab-cpp-mods

Conversation

@UE4SS

@UE4SS UE4SS commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Description

This replaces the BPMods tab.
It's based on the Mods tab from the Lua Debugger tab, and both are powered by the same code.
It handles Lua, C++, and BP mods.
You can perform operations on Lua and C++ mods, but not on BP mods since that would be a new feature and be beyond the scope of this PR, so BP mods are displayed as always on.

Type of change

  • New feature (non-breaking change which adds functionality)

UE4SS added 8 commits June 30, 2026 04:17
They previously mostly only worked on LuaMod.
This change was done by adding lua/cpp functions, and making the pre-existing functions affect both LuaMod and CppMod.
We'll hopefully move the 'Mods' tab into its own main tab eventually, and also add BP mods to it.
TODO: Decide if the Lua file operations(Open, New buttons) should still exist, and if they should, they should redirect automatically to the Lua Debugger tab since that's where the editor is.

TODO: Add BP mods.
In the future we may want to support these operations, but we don't right now, and supporting them is out of scope for this changeset.
It's part of the Mods tab, but abstracted out as function pointers because it's sometimes nonsensical for the Mods tab to have Lua mod controls like creating a new mod, or opening in the editor in the Lua Debugger tab.
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor
CMAKE-Game__Shipping__Win64 Download Logs
Build Details
Name Information
PR Commit 65c2fd6
Merge Commit b56bb0b
Size 40.17 MB
Last Updated Jul 2, 26, 10:36:25 AM UTC
Expires At Jul 16, 26, 10:36:21 AM UTC

CMAKE-Game__Debug__Win64 Download Logs
Build Details
Name Information
PR Commit 65c2fd6
Merge Commit b56bb0b
Size 41.93 MB
Last Updated Jul 2, 26, 10:33:29 AM UTC
Expires At Jul 16, 26, 10:33:24 AM UTC

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.

1 participant