FLandscapeFileTypeInfo

Unreal Engine C++ API Reference > Editor > LandscapeEditor

References

   
Module LandscapeEditor
Header /Engine/Source/Editor/LandscapeEditor/Public/LandscapeFileFormatInterface.h
Include #include "LandscapeFileFormatInterface.h"

Syntax

struct FLandscapeFileTypeInfo  

Variables

Type Name Description
bool bSupportsExport Whether this file type supports exporting from the editor back to file (All file types must support importing, but exporting is optional)
FText Description Description of file type for the file selector.
TArray< FString... Extensions Extensions for this type, with leading dot, e.g. ".png".

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library