I am trying to get the count of dynamic objects around your player. I would like to use that value to drive the radius of a sphere. Any tips would be appreciated
Apply a tag to all of the objects that you want to be detected, or if they are all of a particular class you can just get all actors by class, then check if their distance from the player is less than a certain value.
thanks I will try this out