I’m using Sphere Overlap Actors to get a list of actors in range. But the player Character is not on that returned list.
I’ve made a manual distance check and Character is well within range.
I’m not using any ObjectTypes filter.
I’ve also checked that the player BP is of Character class. From what I can see, from documentation class hierarchy, Character inherits from Pawn which inherits from Actor.
So I’m at a loss here why Character is not being returned in the resulting array.