Hello all, I’m just starting to get into blueprints (total newbie) and I’ve hit a road block that I can’t figure out. What I’m trying to do is have three different playable characters that can be cycled between them. I’ve figured out how to set that up with the help of the unreal documentation: https://docs.unrealengine.com/latest/INT/Gameplay/HowTo/PossessPawns/Blueprints/index.html
and another anwserhub post: How could I switch between characters using blueprints when a key is pressed? - Platform & Builds - Epic Developer Community Forums.
What’s currently happening is if the player is running with character A, but wants to posses character B while character A is still running, character A will keep playing it’s animation run cycle until the player repossess it. (I also just noticed that I if cycle while the character is in mid-air, they will stay there floating until repossessed as well.) What I’m trying to figure out is why that’s happening and how to prevent that from happening.
This is what I have in my Level Blueprint so far.
Thanks you guys for any and all help!