Highlight object when mouse hovers over it.

Any Blueprints on Marketplace for this? When user mouses over object it glows with outline, then when user clicks mouse it triggers new level.
I’ve tried following the tutorials - Tutorial – Creating outline effect around objects | Unreal Engine 4 blog

But I’m still clueless with BP and cant get it right, any help would be great, thanks.

you can use the mouseover to trigger a instanced material change to create the outline. similar with onclicked for loading the new level

Thanks, I will try that.