Navigation
API > API/Editor > API/Editor/LandscapeEditor
LandscapeEditor module interface
| Name | ILandscapeEditorModule |
| Type | class |
| Header File | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorModule.h |
| Include Path | #include "LandscapeEditorModule.h" |
Syntax
class ILandscapeEditorModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TEnableIf< std::is_same_v< T, uint16 >, constILandscapeHeightmapFileFormat * >::Type GetFormatByExtension
(
const TCHAR* Extension |
LandscapeEditorModule.h | ||
TEnableIf< std::is_same_v< T, uint8 >, constILandscapeWeightmapFileFormat * >::Type GetFormatByExtension
(
const TCHAR* Extension |
LandscapeEditorModule.h | ||
const TCHAR * GetHeightmapExportDialogTypeString() |
LandscapeEditorModule.h | ||
const ILandscapeHeightmapFileFormat * GetHeightmapFormatByExtension
(
const TCHAR* Extension |
Gets the heightmap/weightmap format associated with a given extension (null if no plugin is registered for this extension) | LandscapeEditorModule.h | |
const TCHAR * GetHeightmapImportDialogTypeString() |
Gets the type string used by the import/export file dialog. | LandscapeEditorModule.h | |
FLandscapeImageFileCache & GetImageFileCache() |
LandscapeEditorModule.h | ||
TSharedPtr< FUICommandList > GetLandscapeLevelViewportCommandList() |
LandscapeEditorModule.h | ||
const TCHAR * GetWeightmapExportDialogTypeString() |
LandscapeEditorModule.h | ||
const ILandscapeWeightmapFileFormat * GetWeightmapFormatByExtension
(
const TCHAR* Extension |
LandscapeEditorModule.h | ||
const TCHAR * GetWeightmapImportDialogTypeString() |
LandscapeEditorModule.h | ||
void RegisterHeightmapFileFormat
(
TSharedRef< ILandscapeHeightmapFileFormat > FileFormat |
Register / unregister a landscape file format plugin. | LandscapeEditorModule.h | |
void RegisterWeightmapFileFormat
(
TSharedRef< ILandscapeWeightmapFileFormat > FileFormat |
LandscapeEditorModule.h | ||
void UnregisterHeightmapFileFormat
(
TSharedRef< ILandscapeHeightmapFileFormat > FileFormat |
LandscapeEditorModule.h | ||
void UnregisterWeightmapFileFormat
(
TSharedRef< ILandscapeWeightmapFileFormat > FileFormat |
LandscapeEditorModule.h |