r.SkeletalMesh.StripMinLodDataDuringCooking
r.SkeletalMesh.StripMinLodDataDuringCooking
#Overview
name: r.SkeletalMesh.StripMinLodDataDuringCooking
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If set will strip skeletal mesh LODs under the minimum renderable LOD for the target platform during cooking.
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/SkeletalMeshLODRenderData.cpp:29
Scope: file
Source code excerpt:
int32 GStripSkeletalMeshLodsDuringCooking = 0;
static FAutoConsoleVariableRef CVarStripSkeletalMeshLodsBelowMinLod(
TEXT("r.SkeletalMesh.StripMinLodDataDuringCooking"),
GStripSkeletalMeshLodsDuringCooking,
TEXT("If set will strip skeletal mesh LODs under the minimum renderable LOD for the target platform during cooking.")
);