Is there a distance limit to "Get all actors of class"?

The function in blueprints GetAllActorsOfClass finds in the entire level with no distance limit.
BUT…
You can instead use SphereOverlapActors to get all actors within a given distance.

1 Like