New to UE4. How to use stop audio in this instance?

As you can see, Stop needs a reference, so instead of using PlaySoundAtLocation, use “SpawnSoundAtLocation” that node will return a reference to use in Stop

Also using it in tick event is quite unnecessary, there are input functions that will do the job
You can either set up the input in your project setttings to use

Or use keyboard events