Using Enhanced Input Actions in Unreal Engine 5.1 for Keyboard Input
Reacting to user input was always a little naff in Unreal Engine: define an input, then build a rather complex graph with booleans around it to see if a key is pressed or released, all of which using a section of the Project Settings to map the actual input sources and axis. It felt a …