Hot make a floating pawn orbit around character?

It’s not really “orbiting” per se, just following the character and hovering nearby. This is basic AI follow character with some tolerance for proximity set. This AI will check continuously or maybe more performant when it loses “overlap” with the player from a collision sphere or something it will find player’s new location and Lerp towards it until within the desired range then stop.