Navigation
API > API/Runtime > API/Runtime/Landscape
Landscape EdMode Interface (used by ALandscape in Editor mode to access EdMode properties)
| Name | ILandscapeEdModeInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h |
| Include Path | #include "LandscapeEdit.h" |
Syntax
class ILandscapeEdModeInterface
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const ULandscapeEditLayerBase * GetLandscapeSelectedLayer() |
LandscapeEdit.h | ||
virtual ELandscapeToolTargetType GetLandscapeToolTargetType() |
LandscapeEdit.h | ||
virtual ULandscapeLayerInfoObject * GetSelectedLandscapeLayerInfo() |
LandscapeEdit.h | ||
virtual void OnCanHaveLayersContentChanged() |
LandscapeEdit.h | ||
virtual void PostUpdateLayerContent() |
LandscapeEdit.h |