UTimeSynthComponent Reset

Hello there,

I have a simple usecase but cannot get it to work properly so I am assuming I am missing something there!

I am using two TimeSynthComponents on the same clip (one for analysis ahead of time and one for playback).
I am listening the two components on OnPlaybackTime (mainly to monitor the delay and react properly)
Everything is working fine at this point.

The problem arises when I need to restart the audio (stopclip, stop, playclip).
The two components restart fine but the OnPlaybackTime continues (it does not come back to 0 and keeps increasing).

Am I missing something? How would you totally “reset” a TimeSynthComponent and play your clip from the beginning?

Thanks in advance for your help!