To fix the issue with your BP_AdventureGameMode
not showing up in Project Settings:
- Open the Blueprint and click Compile to ensure no errors.
- Check that it inherits from your C++ GameMode, not
GameModeBase
. - Right-click the folder it’s in and choose “Fix Redirectors”.
- If still broken, close UE, delete
Binaries
,Saved
, andIntermediate
, then regenerate project files.
This usually resolves the dropdown issue in UE 5.6.