Basicly i am working on my game and I want to make an interaction system that only works when you are looking at the object with an interact dot in ue 5.3 . i have figured out the code for the dot but you can still interact with the object even if you are facing away from it.
Hi,
When you call your input, you can try to make a line trace and if it does hit an interactible object, then you can interact with it.