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