p.LogCorruptMap

p.LogCorruptMap

#Overview

name: p.LogCorruptMap

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/Source/Runtime/Experimental/Chaos/Private/PBDRigidsSolver.cpp:775

Scope (from outer to inner):

file
namespace    Chaos

Source code excerpt:


	int32 LogCorruptMap = 0;
	FAutoConsoleVariableRef CVarLogCorruptMap(TEXT("p.LogCorruptMap"), LogCorruptMap, TEXT(""));

	void FPBDRigidsSolver::ApplyCallbacks_Internal()
	{
		Super::ApplyCallbacks_Internal();

		if (MRewindCallback) // Note: Don't use ShouldApplyRewindCallbacks() here since we want this called even if we don't have RewindData enabled.