Outline object

Hi!
I’m using the VR template of UE version 4.17.
I’d like to show an outline effect on objects that I can move, but only when in I’m in a close range to them.
I saw many tutorials on the web but I can’t reach what I want… Probably 'cause I’m using VR?
Hope someone can help!
Thanks a lot!

what are the methods you have tried here. If you want to implement a local object based method, you can try this approach.
Highlight Object On Hover In Unreal

If you want to implement a post process based outline which allows you to render the outline on top of other objects, you can try this method. But not sure this method will work in a VR setting as it is based on custom depth pass. Anyway, leaving the link here.
Unreal Engine 5 - Outline Effect