consume input set at runtime?

I want to have some key inputs with consume input set to OFF so I can trigger the
input from multiple parts of the code but sometimes I would like to force consume input so the
others dont trigger in that specific runtime tick. Is it possible? Of course I can workaround with some boolean to prevent triggering from others but I wonder if UE has some implementation to just force consume input even if consume input is OFF as default.