Game Animation Sample asset bug

in Game Animation Sample asset pack, the movement direction by cursor keys are bugged. they only move in World directions instead of camera directions meaning Forward always goes north, back always goes south even if I have rotated the camera toward east.

I looked all over the blueprints and codes but can’t seem to be able to figure out where is the code responsible for reading the keyboard key press and movement logic.

Can someone please help me figure out where these are? I’m assuming I will need to either remap the cursor keys to behave like WASD or change movement vector to use camera instead of world.