r.SkeletalMesh.KeepMobileMinLODSettingOnDesktop
r.SkeletalMesh.KeepMobileMinLODSettingOnDesktop
#Overview
name: r.SkeletalMesh.KeepMobileMinLODSettingOnDesktop
This variable is created as a Console Variable (cvar).
- type: Var
- help: If non-zero, mobile setting for MinLOD will be stored in the cooked data for desktop platforms
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/SkeletalMeshRenderData.cpp:35
Scope: file
Source code excerpt:
int32 GSkeletalMeshKeepMobileMinLODSettingOnDesktop = 0;
static FAutoConsoleVariableRef CVarSkeletalMeshKeepMobileMinLODSettingOnDesktop(
	TEXT("r.SkeletalMesh.KeepMobileMinLODSettingOnDesktop"),
	GSkeletalMeshKeepMobileMinLODSettingOnDesktop,
	TEXT("If non-zero, mobile setting for MinLOD will be stored in the cooked data for desktop platforms"));
#if WITH_EDITOR
/**