Widget button instances

You’ll need to add your own On Press functionality in your button widget preset using Event Dispatchers.

Create an Event Dispatcher called something like OnPressed in you Button Preset widget.

image

then on the OnPressed event of the button itself, call the OnPressed Event Dispatcher.

image

Now the OnPressed Event Dispatcher will show up on your button instance and you can add it to the graph.

image

image

2 Likes