r.MeshDeformerMaxLOD
r.MeshDeformerMaxLOD
#Overview
name: r.MeshDeformerMaxLOD
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Don\'t apply MeshDeformers to SkinnedMeshs above this LOD.\nDefault is -1 (disabled).\n
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp:2407
Scope: file
Source code excerpt:
static TAutoConsoleVariable<int32> CVarMeshDeformerMaxLod(
TEXT("r.MeshDeformerMaxLOD"),
-1,
TEXT("Don't apply MeshDeformers to SkinnedMeshs above this LOD.\n")
TEXT("Default is -1 (disabled).\n"),
ECVF_Default);
int32 USkinnedMeshComponent::GetMeshDeformerMaxLOD() const