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
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.