Turn TV on/off, mouse cursor change when hover over mesh

Hello,
I want to create a TV blueprint when i enter the Overlap radius and hover over the TV screen mesh, my mouse cursor would change appearance and left mouse click would turn it on/off. I am using a Media texture for the TV video.
I am new to UE5 and can’t find the right tutorials for these actions.
Thanks to anyone who replies!

I have found an exact match for what I need, i just want to understand how to implement it into my own project and how it actaully works.

When you’re roaming in the scene you don’t have a cursor at all, it only appears on objects that have a tag ‘usable’, which is what i want and from there i can assign the actions when clicked.