Notifications
Clear all
Topic starter
24/07/2026 7:29 pm
How do I replace the ue4 Character BP for the for the UE5 BP. Like how to make the main game load up that BP and not the ue4 bp
24/07/2026 8:19 pm
How do I replace the ue4 Character BP for the for the UE5 BP. Like how to make the main game load up that BP and not the ue4 bp
Hey, you can use BP_PlayerCharacter_UE5 as your player class, and in BP_ClassicGameMode, please replace the Default Pawn Class with this one. That should get everything working with the UE5 character.