Sequencer.CachedChannelEvaluationParityThreshold
Sequencer.CachedChannelEvaluationParityThreshold
#Overview
name: Sequencer.CachedChannelEvaluationParityThreshold
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Threshold for testing Evaluate parity with cached/uncached routines.
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/MovieScene/Private/Channels/MovieSceneCurveChannelImpl.cpp:38
Scope (from outer to inner):
file
namespace UE
namespace MovieScene
Source code excerpt:
MOVIESCENE_API float GCachedChannelEvaluationParityThreshold = 0.f;
static FAutoConsoleVariableRef CVarCachedChannelEvaluationParityThreshold(
TEXT("Sequencer.CachedChannelEvaluationParityThreshold"),
GCachedChannelEvaluationParityThreshold,
TEXT("Threshold for testing Evaluate parity with cached/uncached routines."),
ECVF_Default);
MOVIESCENE_API bool GEnableCachedChannelEvaluation = true;
static FAutoConsoleVariableRef CVarEnableCachedChannelEvaluation(