FPrimitiveSceneInfo::GetMeshBatch

Will output the [FMeshBatch](API\Runtime\Engine\FMeshBatch) associated with the specified LODIndex.

Windows
MacOS
Linux

References

Module

Renderer

Header

/Engine/Source/Runtime/Renderer/Public/PrimitiveSceneInfo.h

Include

#include "PrimitiveSceneInfo.h"

Source

/Engine/Source/Runtime/Renderer/Private/PrimitiveSceneInfo.cpp

Syntax

const FMeshBatch * GetMeshBatch
(
    int8 InLODIndex
) const

Remarks

Will output the FMeshBatch associated with the specified 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