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