AssetRegistry.BlockPackagesWithMarkOfTheWeb

AssetRegistry.BlockPackagesWithMarkOfTheWeb

#Overview

name: AssetRegistry.BlockPackagesWithMarkOfTheWeb

This variable is created as a Console Variable (cvar).

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/AssetRegistry/Private/AssetDataGatherer.cpp:68

Scope (from outer to inner):

file
namespace    UE::AssetDataGather::Private

Source code excerpt:

bool bBlockPackagesWithMarkOfTheWeb = false;
static FAutoConsoleVariableRef CVarBlockPackagesWithMarkOfTheWeb(
	TEXT("AssetRegistry.BlockPackagesWithMarkOfTheWeb"),
	bBlockPackagesWithMarkOfTheWeb,
	TEXT("Whether package files with mark of the web are blocked from the asset registry"));

bool bIgnoreEmptyDirectories = false;
static FAutoConsoleVariableRef CVarIgnoreEmptyDirectories(
	TEXT("AssetRegistry.IgnoreEmptyDirectories"),