Navigation
API > API/Runtime > API/Runtime/Landscape
Landscape module interface
| Name | ILandscapeModule |
| Type | class |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeModule.h |
| Include Path | #include "LandscapeModule.h" |
Syntax
class ILandscapeModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const UE::Landscape::FCreateLandscapeComponentSceneProxyDelegate & GetCreateLandscapeComponentSceneProxyDelegate() |
LandscapeModule.h | ||
virtual ILandscapeEditorServices * GetLandscapeEditorServices() |
LandscapeModule.h | ||
TSharedPtr< FLandscapeSceneViewExtension, ESPMode::ThreadSafe > GetLandscapeSceneViewExtension() |
LandscapeModule.h | ||
virtual void SetCreateLandscapeComponentSceneProxyDelegate
(
const UE::Landscape::FCreateLandscapeComponentSceneProxyDelegate& InDelegate |
LandscapeModule.h | ||
virtual void SetLandscapeEditorServices
(
ILandscapeEditorServices* InLandscapeEditorServices |
LandscapeModule.h |