Hello, I’m just starting in Unreal Engineand I’m trying to recreate a FPS Conroller using the Enhanced Input System using this video as a guide: https://www.youtube.com/watch?v=l_uezngdqLc&t=
Thing is, my character can’t move. I believe the problem shows up when initializing the Enhanced Input System using these nodes:
When starting the level, the Print in the Is Not Valid node is displayed, so I assume there’s a problem with the Controller node.
Here’s my Content drawer setup:
My Maps & Mode Project Settings, where my BP_Player is the default class and the Player Controller Class is the default PlayerController:
My BP_GameMode setup:
And my Input Mapping Context setup:
Thanks a lot guys !!