Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeInfo
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h |
| Include | #include "LandscapeInfo.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/Landscape.cpp |
void ForEachLandscapeProxy
&40;
TFunctionRef< bool(ALandscapeProxy &42;)> Fn
&41; const
Remarks
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( -> bool { return continueLoop ? true : false; });