i am adding some buttons in wrap box from another blueprint, how can i get that specific button index when i click on it ?
The button does not know its own index in another container. Either give the button an ID or, much better, dispatch the click with some data - so you don’t need to work with IDs / indexes. Posted this today, seems very relevant: