When I configure an Action Mapping like this:
I can use it as an action mapping in a Blueprint Actor class like this:
But, on the other hand, this is not available in a Blueprint Actor Component. It is clear that lots of Actor Components could be created to do something based on input devices. Why this Action Mappings are not available in Actor Components? What is the logic behind that decision?
Thanks!