CookContentMissingSeverity

CookContentMissingSeverity

#Overview

name: CookContentMissingSeverity

The value of this variable can be defined or overridden in .ini config files. 1 .ini config file referencing this setting variable.

It is referenced in 1 C++ source file.

#Summary

#Setting Variables

#References In INI files

Location: <Workspace>/Engine/Config/BaseEditor.ini:339, section: [CookSettings]

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/CoreUObject/Private/UObject/SavePackage/SavePackageUtilities.cpp:1491

Scope (from outer to inner):

file
function     void FEDLCookChecker::Verify

Source code excerpt:


	FString SeverityStr;
	GConfig->GetString(TEXT("CookSettings"), TEXT("CookContentMissingSeverity"), SeverityStr, GEditorIni);
	ELogVerbosity::Type MissingContentSeverity = ParseLogVerbosityFromString(SeverityStr);

	if (Accumulator.bIsActive)
	{
		double StartTime = FPlatformTime::Seconds();