on May 25th, 2026 (opens in a new tab)
Add UE 5.8 compatibility, drop UE 5.3/5.4 support
Raises the minimum supported Unreal Engine version from 5.3 to 5.5 and adds forward compatibility guards for UE 5.8.
FCoreDelegates::GetOnPostEngineInit() signature changed in 5.8, wrapped with UE_VERSION_NEWER_THAN(5,7,-1)
in GBAEditorModule and GBADeveloperModule.
Includes #124 (opens in a new tab), #127 (opens in a new tab)