How can I add a wireframe look to assets...

How can I add a wireframe look to assets when I look at them.
I have a room right now. When I look around, let’s say at a chair, I’m wanting to add a tron like wireframe to it. Then have it go away when I look elsewhere. I just have no idea where to start. Any help with a starting point? Thank you.

Here’s a Tron-like tutorial

Good luck!

Thank you. I have the material made. It’s the BP to have it turn on/off when I look at my props that I don’t understand.

So, you would need to change the material, when you look at it.

  • Use A Line Trace
  • When Trace hits objects
  • Set material to “tron material”
  • When trace leaves objects
  • Set material back to normal material

Use tick with delta seconds. You could also try out dot product. Check out Math_Lab in Content Examples. That could probably be the easiest way for you, depends on exactly what you need. Check them both out and see which you like.

Thank you. I’ll give this a go today.

If this was helpful, please accept the appropriate answer and upvote so this can be marked a resolved, thanks and good luck!

With some help this is what was made. Thanks for the help.

Awesome stuff!