hotfix.DeferBroadcastCurveTableModified
hotfix.DeferBroadcastCurveTableModified
#Overview
name: hotfix.DeferBroadcastCurveTableModified
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether to wait until all asset hotfixes have been applied before broadcasting OnCurveTableChanged delegates, as opposed to broadcasting after each individual modification
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/Plugins/Online/OnlineFramework/Source/Hotfix/Private/OnlineHotfixManager.cpp:58
Scope (from outer to inner):
file
namespace OnlineHotfixManagerCVars
Source code excerpt:
static bool bDeferBroadcastCurveTableModified = true;
static FAutoConsoleVariableRef DeferBroadcastCurveTableModifiedCVar(
TEXT("hotfix.DeferBroadcastCurveTableModified"),
bDeferBroadcastCurveTableModified,
TEXT("Whether to wait until all asset hotfixes have been applied before broadcasting OnCurveTableChanged delegates, as opposed to broadcasting after each individual modification"),
ECVF_Default);
}
namespace