Hey this is really cool, I need something like this for my project and I was wondering how I was gonna do it. I only need the highlight target part, which I assume ray casts from the camera or an empty near the camera to get the object in the center of the view port. Anyway thanks for the resource.
Hey Blueprint, nice job! You’re getting better;) But one thing I would suggest is to use better names for your variables. For example, give your variables names that tell you, or rather tell someone else, what it is (instead of using X, Xa, X2, you could use ‘hitObject’, ‘hitPosition’, ‘hitObjectPosition’). Hope that helps and good luck with your future endeavors:).