Hello!
I want to make it so the player has a white dot crosshair in the centre of their screen by default, but when they look at an item they can interact with it changes to a different colour. How would I implement this?
Thanks!!
Hello!
I want to make it so the player has a white dot crosshair in the centre of their screen by default, but when they look at an item they can interact with it changes to a different colour. How would I implement this?
Thanks!!
@hamood123213 posted the right answer, I thought of it as a point-click!
You could do a UMG widget with a white dot crosshair in the centre of the screen, and constantly do a trace forward from the actor center, if the trace is hitting a relevant object, you can make the image of the white dot crosshair in the centre of their screen change to other image (other crosshair) or change the tint of the image on certian condition (like, looking at target?)