AI character Follow Player to New Levels?

Hey, sorry I’m rather new to UE4, but I have ran into something I cannot find ANY sort of help with. How do I made a BP that follows the player character spawn with them when they enter a new level?

(The levels have multiple entrance points, I can’t figure out how to have the AI spawn directly with the player so that they are always together.} This is for an RPG party system.

Thank you. :blush:

You can get your player position at your character’s Begin Play, and spawn the other character in a random position near it.