EditorValidator.MaxAssetsChangedByAHeader
EditorValidator.MaxAssetsChangedByAHeader
#Overview
name: EditorValidator.MaxAssetsChangedByAHeader
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The maximum number of assets to check for content validation based on a single header change.
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>/Projects/Lyra/Source/LyraEditor/Validation/EditorValidator.cpp:29
Scope: file
Source code excerpt:
int32 GMaxAssetsChangedByAHeader = 200;
static FAutoConsoleVariableRef CVarMaxAssetsChangedByAHeader(TEXT("EditorValidator.MaxAssetsChangedByAHeader"), GMaxAssetsChangedByAHeader, TEXT("The maximum number of assets to check for content validation based on a single header change."), ECVF_Default);
bool UEditorValidator::bAllowFullValidationInEditor = false;
TArray<FString> FLyraValidationMessageGatherer::IgnorePatterns;
UEditorValidator::UEditorValidator()
: Super()