Im working on a top down game atm and with this ability I want it to show the decal of the turret in world position where my mouse is on the screen and I do a line trace to see if I can place my turret there. My problem is the line trace only do it once when I press the button that active the ability. Is there a way to have my Gameplay Ability keep update the line trace before I confirm where I want to put down my turret? Here are some images of the bp
I havent used GAS but surely you can use a SetTimerByEvent if not Tick?