I have some issue with audio component event(on audio playback percent Blueprint)


I made a music player with audio components and sound.

When I moved the slider, I created a function to change the playback position accordingly
To obtain the current playback percentage and playback time, I used On audio playback percent event, which is a unique event of the Audio component.

If I change the playback position without stopping the music (using the Set percent function), the playback position changes normally and On audio play back percent is activated
If I change the playback position with the music stopped (using the set pause), the song changes, but the playback time displayed stops because the same value is repeatedly received from Onaudio play back percent.

Has anyone had a solution to this, or the same problem?