I have a drying rack in a survival game I’m making and the player can hover over food and eat it/take it. The logic works by using the “Begin Cursor Overlap” event on the piece of meat and then showing the player the widget. Setting the position every frame using event tick caused it to glitch out. ALSO, I’d like to refrain from raycasts/line traces.
1 Like