I’m doing this course [Unreal Engine 5 C++ Developer: Learn C++ & Make Video Games]
In the crypt raider section lecture 77. Character Blueprint I followed the instructor exactly to the part where he creates BP_CryptRaiderGameMode. After I applied that gamemode to my default gamemode, when pressing play my character won’t move.
When I change back to the first person gamemode then my character can move again.
Im using UE 5.3
Set the default player controller to the first person character controller blueprint. The template is now using EnhancedInput in 5.3 which is set up by that blueprint.