Screenshots are from an older topic, but they’re pretty similar! Here, I spawn a camera pawn and save it as a reference to control it inside the same Event Graph like this:
I happened to use the old input system .
Do you think you i can do it using that cuz i already have the controls ready or should i make it from start using the enhanced version?
Of course! Mine was just an example. The main idea is controlling the second pawn in the same Event Graph with a reference. You don’t need Enhanced Input Actions in order to achieve it! Other than that, you can also get the reference any other way, such as using the Get All Actors of Class node instead of spawning the pawn we’re gonna reference.
Here’s something small I made to fit your specific use case:
Haha What a coincidence @CHAOS_MAX! I was already working on editing this post so couldn’t notice your post below.
Here, I didn’t use the Spawn Actor node for you to be able to place the second pawn freely on the map. You can also use that if you like, I just thought it’d be better this way. It was also a nice coincidence to see you asking about that too, so here you go