Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscapeProxy
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include | #include "LandscapeProxy.h" |
Syntax
struct FRawMeshExportParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< TArrayView< FName > > | ComponentsMaterialSlotName | Per-component material slot name (optional : if specified, one polygon group per component will be assigned the corresponding material slot's name, otherwise, MaterialSlotName will be used. | |
| TOptional< TArrayView< ULandscapeComponent * > > | ComponentsToExport | List of components from the proxy to actually export (optional : if none specified, all landscape components will be exported) | |
| TOptional< TArrayView< FUVConfiguration > > | ComponentsUVConfiguration | Per-component UV configuration, in case ComponentsToExport is specified (optional: if none specified, all UV channels will contain the same information, as specified by UVConfiguration + there must be as many elements as there are in ComponentsToExport | |
| TOptional< FBoxSphereBounds > | ExportBounds | Box/Sphere bounds which limits the geometry exported out into OutRawMesh (optional: if none specified, the entire mesh is exported) | |
| EExportCoordinatesType | ExportCoordinatesType | Referential for the vertex coordinates. | |
| int32 | ExportLOD | LOD level to export. If none specified, LOD 0 will be used | |
| FName | MaterialSlotName | Name of the default polygon group's material slot in the mesh. | |
| TOptional< float > | SkirtDepth | Depth of a one quad skirt to generate around the Proxy | |
| FUVConfiguration | UVConfiguration | Describes what each UV channel should contain. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FName & | GetMaterialSlotName
(
int32 InComponentIndex |
||
| int32 | |||
| const FUVConfiguration & | GetUVConfiguration
(
int32 InComponentIndex |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FUVConfiguration | Describes what to export on each UV channel |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EExportCoordinatesType | |||
| EUVMappingType | Describes what information the export will write in a given UV channel |
Constants
| Name | Description |
|---|---|
| MaxUVCount |