How to add onBeginCursorOver to all components of an Actor (Blueprint) ?

This is where blueprint inheritance comes in handy… :slight_smile:

You can make a master blueprint, which contains the code for whether components are interactable or not, and what can happen with them etc.

Then all the other blueprints inherit from this master