Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeEditLayerBase
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeEditLayer.h |
| Include | #include "LandscapeEditLayer.h" |
virtual void OnLayerRemoved()
Remarks
Called by landscape after removing this layer from its list so that the layer can do any cleanup that it might need to do. TODO: Should this be protected and then we friend ALandscape?