Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscape
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveBrushFromLayer
(
int32 InLayerIndex, |
Landscape.h | ||
void RemoveBrushFromLayer
(
int32 InLayerIndex, |
Landscape.h |
RemoveBrushFromLayer(int32, class ALandscapeBlueprintBrushBase *)
| Name | RemoveBrushFromLayer |
| 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 RemoveBrushFromLayer
(
int32 InLayerIndex,
class ALandscapeBlueprintBrushBase * InBrush
)
RemoveBrushFromLayer(int32, int32)
| Name | RemoveBrushFromLayer |
| 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 RemoveBrushFromLayer
(
int32 InLayerIndex,
int32 InBrushIndex
)