Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FEditLayerRendererState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DisableWeightmap
(
const FName& InWeightmapLayerName |
Mutates the EnabledTargetTypeState by removing the weightmap in parameter from the list of enabled weightmaps, if it is known to the merge context | LandscapeEditLayerRendererState.h | |
void DisableWeightmap
(
int32 InWeightmapLayerIndex |
Mutates the EnabledTargetTypeState by removing the weightmap in parameter from the list of enabled weightmaps. | LandscapeEditLayerRendererState.h |
DisableWeightmap(const FName &)
Description
Mutates the EnabledTargetTypeState by removing the weightmap in parameter from the list of enabled weightmaps, if it is known to the merge context
| Name | DisableWeightmap |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerRendererState.h |
| Include Path | #include "LandscapeEditLayerRendererState.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditLayerRendererState.cpp |
void DisableWeightmap
(
const FName & InWeightmapLayerName
)
DisableWeightmap(int32)
Description
Mutates the EnabledTargetTypeState by removing the weightmap in parameter from the list of enabled weightmaps. Asserts if the layer index isn't known to the merge context
| Name | DisableWeightmap |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerRendererState.h |
| Include Path | #include "LandscapeEditLayerRendererState.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditLayerRendererState.cpp |
void DisableWeightmap
(
int32 InWeightmapLayerIndex
)