Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FEditLayerTargetTypeState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveWeightmap
(
const FName& InWeightmapLayerName |
Removes a weightmap from the list of active weightmaps | LandscapeEditLayerTargetTypeState.h | |
void RemoveWeightmap
(
int32 InWeightmapLayerIndex |
Removes a weightmap from the list of active weightmaps. | LandscapeEditLayerTargetTypeState.h |
RemoveWeightmap(const FName &)
Description
Removes a weightmap from the list of active weightmaps
| Name | RemoveWeightmap |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerTargetTypeState.h |
| Include Path | #include "LandscapeEditLayerTargetTypeState.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditLayerTargetTypeState.cpp |
void RemoveWeightmap
(
const FName & InWeightmapLayerName
)
RemoveWeightmap(int32)
Description
Removes a weightmap from the list of active weightmaps. Asserts if the layer index isn't valid for the merge context.
| Name | RemoveWeightmap |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerTargetTypeState.h |
| Include Path | #include "LandscapeEditLayerTargetTypeState.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditLayerTargetTypeState.cpp |
void RemoveWeightmap
(
int32 InWeightmapLayerIndex
)