p.Chaos.Thread.DesiredHz

p.Chaos.Thread.DesiredHz

#Overview

name: p.Chaos.Thread.DesiredHz

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/ChaosSolversModule.cpp:26

Scope: file

Source code excerpt:


TAutoConsoleVariable<Chaos::FRealSingle> CVarDedicatedThreadDesiredHz(
	TEXT("p.Chaos.Thread.DesiredHz"),
	60.0f,
	TEXT("Desired update rate of the dedicated physics thread in Hz/FPS (Default 60.0f)"));

TAutoConsoleVariable<int32> CVarDedicatedThreadSyncThreshold(
	TEXT("p.Chaos.Thread.WaitThreshold"),
	0,