ALandscape::ForEachLayerConst

Runs the given function on each edit layer, with the possibility of early exit Most easily used with a lambda as follows: ForEachLayerConst([](const [FLandscapeLayer](API\Runtime\Landscape\FLandscapeLayer)& InLayer) -> bool { return continueLoop ? true : false; });