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;
int32 InExportLOD,
FMeshDescription & OutRawMesh
&41; const
Remarks
Exports landscape into raw mesh true if successful
Parameters
| Name | Description |
|---|---|
| InExportLOD | Landscape LOD level to use while exporting, INDEX_NONE will use ALanscapeProxy::ExportLOD settings |
| OutRawMesh | Resulting raw mesh |