a.SkipDDC
a.SkipDDC
#Overview
name: a.SkipDDC
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
1 = Skip DDC during compression. 0 = Include DDC results during compression
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/Engine/Private/Animation/AnimationCompressionDerivedData.cpp:312
Scope (from outer to inner):
file
namespace UE::Anim
Source code excerpt:
int32 GSkipDDC = 0;
static FAutoConsoleVariableRef CVarSkipDDC(
TEXT("a.SkipDDC"),
GSkipDDC,
TEXT("1 = Skip DDC during compression. 0 = Include DDC results during compression "));
void FAnimationSequenceAsyncBuildWorker::DoWork() const
{
using namespace UE::DerivedData;