p.Chaos.VD.TimeBetweenFullCaptures
p.Chaos.VD.TimeBetweenFullCaptures
#Overview
name: p.Chaos.VD.TimeBetweenFullCaptures
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Time interval in seconds after which a full capture (not only delta changes) should be recorded
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/Experimental/ChaosVisualDebugger/Private/ChaosVDRuntimeModule.cpp:37
Scope: file
Source code excerpt:
static FAutoConsoleVariable CVarChaosVDGTimeBetweenFullCaptures(
TEXT("p.Chaos.VD.TimeBetweenFullCaptures"),
10,
TEXT("Time interval in seconds after which a full capture (not only delta changes) should be recorded"));
FChaosVDRecordingStateChangedDelegate FChaosVDRuntimeModule::RecordingStartedDelegate = FChaosVDRecordingStateChangedDelegate();
FChaosVDRecordingStateChangedDelegate FChaosVDRuntimeModule::RecordingStopDelegate = FChaosVDRecordingStateChangedDelegate();
FChaosVDRecordingStartFailedDelegate FChaosVDRuntimeModule::RecordingStartFailedDelegate = FChaosVDRecordingStartFailedDelegate();