Axis input does not get passed on to handler function

I am trying to add roll to my actor, and added ‘Q’ and ‘E’ in the input under the name ‘Roll’ with the values 330 and 30. The handler function runs every frame, but only gives 0’s as parameter. All of the other input bindings I added work just fine. Can someone explain what is happening here?