Navigation
API > API/Editor > API/Editor/LandscapeEditor
| Name | FLandscapeFileTypeInfo |
| Type | struct |
| Header File | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeFileFormatInterface.h |
| Include Path | #include "LandscapeFileFormatInterface.h" |
Syntax
struct FLandscapeFileTypeInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSupportsExport | bool | Whether this file type supports exporting from the editor back to file (All file types must support importing, but exporting is optional) | LandscapeFileFormatInterface.h | |
| Description | FText | Description of file type for the file selector. | LandscapeFileFormatInterface.h | |
| Extensions | TArray< FString, TInlineAllocator< 2 > > | Extensions for this type, with leading dot, e.g. ".png". | LandscapeFileFormatInterface.h |