ULandscapeInfo::ForEachLandscapeProxy

Runs the given function on the root landscape actor and all streaming proxies, with the posibility of early exit Most easily used with a lambda as follows: ForEachLandscapeProxy([](ALandscapeProxy* Proxy) -> bool { return continueLoop ? true : false; });