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 });

Windows
MacOS
Linux

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h

Include

#include "LandscapeInfo.h"

Source

/Engine/Source/Runtime/Landscape/Private/Landscape.cpp

Syntax

void ForAllLandscapeProxies
(
    TFunctionRef< void *)> Fn
) const

Remarks

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 });

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss