Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscapeProxy > API/Runtime/Landscape/ALandscapeProxy/ExportToRawMesh
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 FRawMeshExportParams & InExportParams,
FMeshDescription & OutRawMesh
&41; const
Remarks
Exports landscape geometry into a raw mesh according to the export params true if successful
Parameters
| Name | Description |
|---|---|
| InExportParams | Details about what should be exported and how |
| OutRawMesh | Resulting raw mesh |