p.Chaos.VD.Tool.PlayAllPreviousFrameSteps

p.Chaos.VD.Tool.PlayAllPreviousFrameSteps

#Overview

name: p.Chaos.VD.Tool.PlayAllPreviousFrameSteps

This variable is created as a Console Variable (cvar).

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/Plugins/ChaosVD/Source/ChaosVD/Private/ChaosVDPlaybackController.cpp:20

Scope (from outer to inner):

file
namespace    Chaos::VisualDebugger::Cvars

Source code excerpt:

	static bool bPlayAllPreviousFrameSteps = true;
	static FAutoConsoleVariableRef CVarChaosVDbPlayAllPreviousFrameSteps(
		TEXT("p.Chaos.VD.Tool.PlayAllPreviousFrameSteps"),
		bPlayAllPreviousFrameSteps,
		TEXT("If true, each time we get playback a solver frame in a specific stage, we will play all the previous steps from that frame in sequence to ensure we have the correct visualization for what happened in that frame."));
}

FChaosVDPlaybackController::FChaosVDPlaybackController(const TWeakPtr<FChaosVDScene>& InSceneToControl)
{