How do I get timestamp from media texture?

Hi experts,I am banging my head against the wall to figure this issue, and hopefully someone here can help me on this:
I am currently have a video running in my game using media framework with media texture. All is fine, but the client now wants to output the current timestamp everytime the player clicks the trigger when watching the video.How can I do it via Blueprint?

Any help on this would be really appreciated.

Nvm, I figured it out. For those who may have the same question, I used Get Time node and Break Timespan node to get the timecode.