Need help with teleporting an enemy!

I need a little help. I am making a game level for my college FMP which follows a miner character being chased by an AI whilst trying to escape. In my game i have a system that teleports the enemy character near to the player if they are out of distance. The only problem is that the enemy can teleport within a radius of the character which involves being able to teleport inside the character. I need to add a system that teleports the enemy but doesnt teleport it too close to the character. The image below is the best drawing i can do to show what i mean as i want the enemy to teleport within the circle but not within the shaded area around the centre. How would i do this using blueprints?
Any help is appreciated, thanks in advance.

The shape in the centre of this drawing is meant to be the player and the circle is the radius it can teleport in. If you need a screenshot of the blueprint i have already produced then i can do that.

This image may be hard to follow as its really messy but this is the blueprint that allows the enemy to follow the player around and teleport within a radius.

Hi

All I have done via teleport was this.

It work fine, but what you may need to do

When teleporting, use a Boxtrace so make sure you do not teleport within an .

Choose a location with X/Y/Z of player, this could be a Collision box around player.

Run an check, if failes, try again.