Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscapeProxy > API/Runtime/Landscape/ALandscapeProxy/ExportToRawMesh
Deprecated * Use the version of this function taking a FRawMeshExportParams as a parameter
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include | #include "LandscapeProxy.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp |
bool ExportToRawMesh
&40;
const TArrayView< ULandscapeComponent &42; > & InComponents,
int32 InExportLOD,
FMeshDescription & OutRawMesh,
const FBoxSphereBounds & InBounds,
bool bIgnoreBounds,
bool bGenerateOnePolygonGroupPerComponent
&41; const
Remarks
Exports landscape geometry contained within InBounds into a raw mesh true if successful
Parameters
| Name | Description |
|---|---|
| InComponents | Specific landscape component(s) to export |
| InExportLOD | Landscape LOD level to use while exporting, INDEX_NONE will use ALanscapeProxy::ExportLOD settings |
| OutRawMesh | Resulting raw mesh |
| InBounds | Box/Sphere bounds which limit the geometry exported out into OutRawMesh |
| bIgnoreBounds | If false, InBounds will be ignored during export |