bp.VerboseStats
bp.VerboseStats
#Overview
name: bp.VerboseStats
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Create additional stats for Blueprint execution.\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:48
Scope: file
Source code excerpt:
static int32 GVerboseScriptStats = 0;
static FAutoConsoleVariableRef CVarVerboseScriptStats(
TEXT("bp.VerboseStats"),
GVerboseScriptStats,
TEXT("Create additional stats for Blueprint execution.\n"),
ECVF_Default
);
static int32 GShortScriptWarnings = 0;