Hello everyone!
New learner here… I hope I didn’t miss other threads about it, I’ve searched but with no clear answer…
I am trying to do something easy: spawn my actor on a random location, and let the player use it. I am using the Third Person content for this, and it includes Game Mode and other BP classes.
For spawning, I successfully spawned it randomly on the map, and it falls graciously on the terrain. The camera follows the fall as it should be in with the Third Person actor… the problem?
The player cannot control it!
I have also tried to get the game mode, and then setting the default game mode, but all keyboard and mouse inputs are not working.
Of course if I set the project defaults and place an actor there it works, but I’d like to learn how to do it with BP. I am attaching the relevant BP code.
Any hints?
Thanks!

