Navigation
API > API/Editor > API/Editor/LandscapeEditor
| Name | FLandscapeImportData |
| Type | struct |
| Header File | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeFileFormatInterface.h |
| Include Path | #include "LandscapeFileFormatInterface.h" |
Syntax
template<class T>
struct FLandscapeImportData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | TArray< T > | The Data. | LandscapeFileFormatInterface.h | |
| ErrorMessage | FText | Message to show as the warning/error result. | LandscapeFileFormatInterface.h | |
| ResultCode | ELandscapeImportResult | Whether the import data is usable or has errors/warnings. | LandscapeFileFormatInterface.h |