Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscape
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearPaintLayer
(
int32 InLayerIndex, |
Landscape.h | ||
void ClearPaintLayer
(
const FGuid& InLayerGuid, |
Landscape.h |
ClearPaintLayer(int32, ULandscapeLayerInfoObject *)
| Name | ClearPaintLayer |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/Landscape.h |
| Include Path | #include "Landscape.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditLayers.cpp |
void ClearPaintLayer
(
int32 InLayerIndex,
ULandscapeLayerInfoObject * InLayerInfo
)
ClearPaintLayer(const FGuid &, ULandscapeLayerInfoObject *)
| Name | ClearPaintLayer |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/Landscape.h |
| Include Path | #include "Landscape.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditLayers.cpp |
void ClearPaintLayer
(
const FGuid & InLayerGuid,
ULandscapeLayerInfoObject * InLayerInfo
)