I’m trying to fire off the below event as soon as the game begins. As you can see below its triggered by pressing a button. What could I use as an alternative to get it to trigger as soon as the level begins. I’ve already tried onbeginplay and a tick. Neither work.
Does anyone have an answer to this. I’m basically spawning a weapon to a controller but for it to attach you have to press a control button like the one above. What I want to do instead of pressing a button is have the grab function automatically happen when I spawn the weapon.