FStaticMeshSceneProxy::GetMeshDescription

Gathers a description of the mesh elements to be rendered for the given LOD index, without consideration for views.

Windows
MacOS
Linux

Override Hierarchy

FPrimitiveSceneProxy::GetMeshDescription()

FStaticMeshSceneProxy::GetMeshDescription()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/StaticMeshResources.h

Include

#include "StaticMeshResources.h"

Source

/Engine/Source/Runtime/Engine/Private/StaticMeshRender.cpp

Syntax

virtual void GetMeshDescription
(
    int32 LODIndex,
    TArray< FMeshBatch > & OutMeshElements
) const

Remarks

Gathers a description of the mesh elements to be rendered for the given LOD index, without consideration for views.

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