bp.ShortScriptWarnings
bp.ShortScriptWarnings
#Overview
name: bp.ShortScriptWarnings
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Shorten the blueprint exception logs.\n
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/CoreUObject/Private/UObject/ScriptCore.cpp:56
Scope: file
Source code excerpt:
static int32 GShortScriptWarnings = 0;
static FAutoConsoleVariableRef CVarShortScriptWarnings(
TEXT("bp.ShortScriptWarnings"),
GShortScriptWarnings,
TEXT("Shorten the blueprint exception logs.\n"),
ECVF_Default
);
static int32 GScriptRecurseLimit = 120;