"Set Actor Hidden in Game" cannot be triggered by keyboard events in the Actor Blueprint.

It’s not about Set Hidden node. It’s about input consumption - the actor that can get to the input first will consume it.


  • if you use K in the Level BP - you use it only once
  • if you use K in every item - only one of them can trigger
1 Like