IMeshUtilities::BuildStaticMesh

Builds a renderable static mesh using the provided source models and the LOD groups settings.

Windows
MacOS
Linux

References

Module

MeshUtilities

Header

/Engine/Source/Developer/MeshUtilities/Public/MeshUtilities.h

Include

#include "MeshUtilities.h"

Syntax

bool BuildStaticMesh
(
    class FStaticMeshRenderData & OutRenderData,
    UStaticMesh * StaticMesh,
    const class FStaticMeshLODGroup & LODGroup
)

Remarks

Builds a renderable static mesh using the provided source models and the LOD groups settings.

Returns

true if the renderable mesh was built successfully.

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