Navigation
API > API/Runtime > API/Runtime/Landscape
Inheritance Hierarchy
- ILandscapeEditorServices
- FLandscapeEditorServices
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeEditorServices.h |
| Include | #include "LandscapeEditorServices.h" |
Syntax
class FLandscapeEditorServices : public ILandscapeEditorServices
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from ILandscapeEditorServices
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetOrCreateEditLayer
(
FName InEditLayerName, |
Implements pure virtual function. Insertion logic is left to the user through modal drag + drop dialog. |