Bind Slider Thumb Image?

I have sliders that are being used to display player icons that move as the player moves along the level. I have multiple players so I’d like to have the image change for the respective player. So I would like to know if I can bind an image to the thumb of the slider and if so how I would go about this.

Normally it would have a bind option so I’m not sure if I have to expose this variable in the event graph or something I tried but couldn’t find what I was looking for

Thank you!

you could have the image as a variable then either have a custom event which sets the image or expose the variable on spawn and use on event construct. shown in the picture below is how to set the thumb image of a slider.

1 Like

Thank you!