Navigation
API > API/Editor > API/Editor/LandscapeEditor
| Name | FLandscapeImportDescriptor |
| Type | struct |
| Header File | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeImportHelper.h |
| Include Path | #include "LandscapeImportHelper.h" |
Syntax
USTRUCT ()
struct FLandscapeImportDescriptor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLandscapeImportDescriptor() |
LandscapeImportHelper.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FileDescriptors | TArray< FLandscapeImportFileDescriptor > | Files contributing to this descriptor | LandscapeImportHelper.h | |
| FileResolutions | TArray< FLandscapeFileResolution > | Single File Resolutions | LandscapeImportHelper.h | |
| ImportResolutions | TArray< FLandscapeImportResolution > | Landscape Import Resolution based on File Coords + Resolutions | LandscapeImportHelper.h | |
| Scale | FVector | Scale of Import data | LandscapeImportHelper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 FindDescriptorIndex
(
int32 ImportWidth, |
LandscapeImportHelper.h | ||
void Reset() |
LandscapeImportHelper.h |