ULandscapeComponent::ReplaceLayer

Replaces one layerinfo on this component with another

Windows
MacOS
Linux

References

Module

Landscape

Header

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

Include

#include "LandscapeComponent.h"

Source

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

Syntax

void ReplaceLayer
(
    ULandscapeLayerInfoObject * FromLayerInfo,
    ULandscapeLayerInfoObject * ToLayerInfo,
    FLandscapeEditDataInterface & LandscapeEdit
)

Remarks

Replaces one layerinfo on this component with another

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