ALandscapeProxy::ExportToRawMesh

Exports landscape into raw mesh

Windows
MacOS
Linux

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h

Include

#include "LandscapeProxy.h"

Source

/Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp

Syntax

bool ExportToRawMesh
(
    int32 InExportLOD,
    FMeshDescription & OutRawMesh
) const

Remarks

Exports landscape into raw mesh

Returns

true if successful

Parameters

Parameter

Description

InExportLOD

Landscape LOD level to use while exporting, INDEX_NONE will use ALanscapeProxy::ExportLOD settings

OutRawMesh

Resulting raw mesh

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss