r.StaticMesh.UpdateMeshLODGroupSettingsAtLoad
r.StaticMesh.UpdateMeshLODGroupSettingsAtLoad
#Overview
name: r.StaticMesh.UpdateMeshLODGroupSettingsAtLoad
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If set, LODGroup settings for static meshes will be applied at load time.
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/StaticMesh.cpp:115
Scope: file
Source code excerpt:
int32 GUpdateMeshLODGroupSettingsAtLoad = 0;
static FAutoConsoleVariableRef CVarStaticMeshUpdateMeshLODGroupSettingsAtLoad(
TEXT("r.StaticMesh.UpdateMeshLODGroupSettingsAtLoad"),
GUpdateMeshLODGroupSettingsAtLoad,
TEXT("If set, LODGroup settings for static meshes will be applied at load time."));
#endif
static TAutoConsoleVariable<int32> CVarStripMinLodDataDuringCooking(
TEXT("r.StaticMesh.StripMinLodDataDuringCooking"),