I wondered if i did call an event to
switch light colour of a spotlight
that it would target all inherited
actors. But i really just want to
target one of the inherited actors.
I’d start by creating a User Widget that represent the button:
Create a text variable and bind it to the Text Box:
In the Base actor; each actor has its own text and creates the above-mentioned widget, its button is bound to the click with an event inside:
- you can make this variable Instance Editable, too so you can edit it in the viewport after selecting the spotlight actor.
The Main widget fetches all actors and adds their widgets to its scrollbox: