Help creating a radio

I need help creating a radio in unreal engine. i just need a static mesh to be turned on by a the player. i found a tutorial online that is great but the only problem is is that it can be triggered from anywhere, i want it to only be triggered when the character is close to the radio and has pressed a button.

any help would be greatly appreciated

Cheers

You could have a collision sphere on your Radio so that when a player is overlapping that trigger sphere AND your player presses a key/button on their input, it starts the radio.