Hide multiple actors

Glad it worked.

Just do be aware of the input consumption issues - LB actors get priority over the Player Controller - so the same button that hides the winglets will now not work anywhere else (unless you disable consumption).

As mentioned above, I’d normally keep something like this in the player controller / pawn - where all other inputs are processed, like moving, turning and so on. It is a user evoked action after all.