How to make clickable progress bar?

I’m implementing a video player UI.

I’d like to drag or click the progress bar to go forward/backward in the video.

I don’t see any “event” that I could implement for the progress bar.

There isn’t one. Here’s an example:

There are slide/drag bars in the widget blueprints.

1 Like

Another option would be to use a button Widget and make the progress bar happen in the material :slight_smile:

I use a custom widget with a progress bar in it and handle mouse down event in this widget.