ContentBrowser.ShowPluginFolderIcon
ContentBrowser.ShowPluginFolderIcon
#Overview
name: ContentBrowser.ShowPluginFolderIcon
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether to show a special icon for plugin folders in the content browser.
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/ContentBrowser/Private/ContentBrowserUtils.cpp:912
Scope: file
Source code excerpt:
FAutoConsoleVariable CVarShowPluginFolderIcon(
TEXT("ContentBrowser.ShowPluginFolderIcon"),
1,
TEXT("Whether to show a special icon for plugin folders in the content browser."));
bool ContentBrowserUtils::ShouldShowPluginFolderIcon()
{
return CVarShowPluginFolderIcon->GetBool();