Navigation
API > API/Runtime > API/Runtime/Landscape
Inheritance Hierarchy
- FLandscapeImportLayerInfo
- FLandscapeImportLayer
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include | #include "LandscapeProxy.h" |
Syntax
struct FLandscapeImportLayerInfo
Remarks
Structure storing Layer Data for import
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< uint8 > | LayerData | Raw weightmap data. | |
| TObjectPtr< ULandscapeLayerInfoObject > | LayerInfo | ||
| FName | LayerName | ||
| FString | SourceFilePath |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLandscapeImportLayerInfo
(
FName InLayerName |
|||
FLandscapeImportLayerInfo
(
const FLandscapeInfoLayerSettings& InLayerSettings |