r.Nanite.IsNaniteStaticMeshSettingsInitiallyCollapsed
r.Nanite.IsNaniteStaticMeshSettingsInitiallyCollapsed
#Overview
name: r.Nanite.IsNaniteStaticMeshSettingsInitiallyCollapsed
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If the Nanite Settings are initially collapsed in the details panel in the Static Mesh Editor Tool.
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/Editor/StaticMeshEditor/Private/StaticMeshEditorTools.cpp:73
Scope: file
Source code excerpt:
bool GIsNaniteStaticMeshSettingsInitiallyCollapsed = 0;
static FAutoConsoleVariableRef CVarIsNaniteStaticMeshSettingsInitiallyCollapsed(
TEXT("r.Nanite.IsNaniteStaticMeshSettingsInitiallyCollapsed"),
GIsNaniteStaticMeshSettingsInitiallyCollapsed,
TEXT("If the Nanite Settings are initially collapsed in the details panel in the Static Mesh Editor Tool."),
ECVF_ReadOnly
);
/*