Sphere Overlap Actors doesn't return Character

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.

Can you show the code?

I had an error in Make Array that was input into the block, it had one default element in it rather than being empty.

1 Like