Switching between multiple instances of the same pawn

Here’s a solution that may work for you:

The pawn has an instance editable int ID (as suggested) and a custom event:

Do ensure that each Pawn instance has a unique number.


The widget keeps the buttons in an array:

312613-buttons.jpg


In the blueprint that creates the widget:

Image from Gyazo