ULandscapeInfo::ForAllLandscapeProxies

Runs the given function on the root landscape actor and all streaming proxies Most easily used with a lambda as follows: ForAllLandscapeProxies([](ALandscapeProxy* Proxy) { // Code });