How to slow down sound

I want to slow down music while i pressing SpaceBar, how can i do it ?

I tried something about it but didn’t work, i think its because of BeginPlay, it doesnt update “speed” float.
Can’t use Event Tick, it’s spamming Sound.

The trouble with using ‘play’ is you don’t get a reference.

Try this:

Thanks! It worked.