UStaticMesh::CloneMeshDescription

Clone the MeshDescription associated to the LODIndex.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h

Include

#include "Engine/StaticMesh.h"

Source

/Engine/Source/Runtime/Engine/Private/StaticMesh.cpp

Syntax

bool CloneMeshDescription
(
    int32 LodIndex,
    FMeshDescription & OutMeshDescription
) const

Remarks

Clone the MeshDescription associated to the LODIndex.

This will make a copy of any pending mesh description that hasn't been committed or will deserialize from the bulkdata or rawmesh directly if no current working copy exists.

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