UStaticMesh::GetMeshDescription

Return the MeshDescription associate 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

FMeshDescription * GetMeshDescription
(
    int32 LodIndex
) const

Remarks

Return the MeshDescription associate to the LODIndex. The mesh description can be created on the fly if it was null and there is a FRawMesh data for this LODIndex.

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