DDC.Graph
DDC.Graph
#Overview
name: DDC.Graph
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Name of the graph to use for the Derived Data Cache.
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/Developer/DerivedDataCache/Private/DerivedDataBackends.cpp:41
Scope: file
Source code excerpt:
static TAutoConsoleVariable<FString> GDerivedDataCacheGraphName(
TEXT("DDC.Graph"),
TEXT("Default"),
TEXT("Name of the graph to use for the Derived Data Cache."),
ECVF_ReadOnly);
namespace UE::DerivedData::Private
{