Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FEditLayerRendererState
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerRenderer.h |
| Include | #include "LandscapeEditLayerRenderer.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditLayerRenderer.cpp |
bool IsTargetEnabled
(
ELandscapeToolTargetType InTargetType,
FName InWeightmapLayerName
) const
Remarks
Indicates whether a given target type is currently enabled by this renderer
Parameters
| Name | Description |
|---|---|
| InTargetType | the requested target type (heightmap/weightmap/visibility) |
| InWeightmapLayerName | (optional) is the requested weightmap, only relevant for the ELandscapeToolTargetType::Weightmap case |