Hey, so in my game, I have these pickups, and when the character is a certain distance away, and looking at the pickup, I would like the pickup to display its name and have an option to pick it up. How would I go about achieving this?
You can use linetrace and simple interface system. If object implements your “interaction interface”, interact/show tooltip. Tooltips can be made using WidgetComponents. If you dont want to use linetrace, you can check DOT product between vectors(Player->Object direction and PlayerEyesDirection).