CRT_VCR How do I use a trigger to play a custom movie?

So far I have the movie running when I overlap a trigger, pause the video when the pause widget is open but I haven’t yet unlocked the secret to continuing the video after clicking ‘Resume’.

Step 1: On Overlap of Box Collision, play the video. (Run in BP_TV)

Step 2: When the game is Paused, create a ‘Paused Time’ variable
(Run in the BP_Player)

Step 3: Clicking the ‘Resume’ button casts to the ‘Game Resume’ function in ‘BP_TV’
(Run in Pause Menu widget BP)

Step 4: When ‘Game Resume’ is called and finds ‘Paused Time’ it should play from that point
(Run in BP_TV)

The issue remains that the video is paused, not sure why