Navigation
API > API/Editor > API/Editor/LandscapeEditor > API/Editor/LandscapeEditor/ILandscapeEditorModule
Overloads
| 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 |
GetFormatByExtension(const TCHAR *)
| Name | GetFormatByExtension |
| Type | function |
| Header File | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorModule.h |
| Include Path | #include "LandscapeEditorModule.h" |
template<typename T>
TEnableIf< std::is_same_v< T, uint16 >, constILandscapeHeightmapFileFormat * >::Type GetFormatByExtension
(
const TCHAR * Extension
)
GetFormatByExtension(const TCHAR *)
| Name | GetFormatByExtension |
| Type | function |
| Header File | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorModule.h |
| Include Path | #include "LandscapeEditorModule.h" |
template<typename T>
TEnableIf< std::is_same_v< T, uint8 >, constILandscapeWeightmapFileFormat * >::Type GetFormatByExtension
(
const TCHAR * Extension
)