DDC.LoadReplay
DDC.LoadReplay
#Overview
name: DDC.LoadReplay
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Loads a cache replay file created by -DDC-ReplaySave=<Path>
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:103
Scope (from outer to inner):
file
namespace UE::DerivedData
class class FDerivedDataBackendGraph final : public FDerivedDataBackend, ICacheStoreOwner, ICacheStoreGraph
function FDerivedDataBackendGraph
Source code excerpt:
FConsoleCommandWithArgsDelegate::CreateRaw(this, &FDerivedDataBackendGraph::UnmountPakCommandHandler))
, LoadReplayCommand(
TEXT("DDC.LoadReplay"),
*LOCTEXT("CommandText_DDCLoadReplay", "Loads a cache replay file created by -DDC-ReplaySave=<Path>").ToString(),
FConsoleCommandWithArgsDelegate::CreateRaw(this, &FDerivedDataBackendGraph::LoadReplayCommandHandler))
{
check(!StaticGraph);
StaticGraph = this;