ALandscapeProxy::ExportToRawMesh

Exports landscape geometry contained within InBounds into a 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 FBoxSphereBounds & InBounds,
    bool bIgnoreBounds
) const

Remarks

Exports landscape geometry contained within InBounds into a 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

InBounds

Box/Sphere bounds which limit the geometry exported out into OutRawMesh

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