p.MaxContactOffset

p.MaxContactOffset

#Overview

name: p.MaxContactOffset

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/Engine/Private/PhysicsEngine/BodySetup.cpp:98

Scope: file

Source code excerpt:


ENGINE_API TAutoConsoleVariable<float> CVarMaxContactOffset(
	TEXT("p.MaxContactOffset"),
	-1.f,
	TEXT("Max value of contact offset, which controls how close objects get before generating contacts. < 0 implies use project settings. Default: 1.0"),
	ECVF_Default);

#if WITH_EDITOR
ENGINE_API TAutoConsoleVariable<int32> CVarBodySetupSkipDDCThreshold(