FPrimitiveSceneInfo::GetStaticMeshesLODRange

Will output the LOD ranges of the static meshes used with this primitive.

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

void GetStaticMeshesLODRange
(
    int8 & OutMinLOD,
    int8 & OutMaxLOD
) const

Remarks

Will output the LOD ranges of the static meshes used with this primitive.

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