![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "ChaosSolversModule.h"#include "CoreMinimal.h"#include "Modules/ModuleManager.h"#include "ChaosStats.h"#include "ChaosLog.h"#include "HAL/PlatformProcess.h"#include "Misc/CoreDelegates.h"#include "HAL/IConsoleManager.h"#include "PhysicsSolver.h"#include "FramePro/FramePro.h"#include "Chaos/BoundingVolume.h"#include "Chaos/PBDRigidParticles.h"#include "Chaos/UniformGrid.h"#include "UObject/Class.h"#include "Misc/App.h"#include "Chaos/PhysicalMaterials.h"#include "Chaos/ChaosDebugNameDefines.h"Namespaces | |
| namespace | Chaos |
Functions | |
| DECLARE_CYCLE_STAT (TEXT("PhysicsDedicatedStats"), STAT_PhysicsDedicatedStats, STATGROUP_ChaosDedicated) | |
| DECLARE_FLOAT_COUNTER_STAT (TEXT("PhysicsThreadTotalTime(ms)"), STAT_PhysicsThreadTotalTime, STATGROUP_ChaosDedicated) | |
| DECLARE_DWORD_COUNTER_STAT (TEXT("NumActiveConstraints"), STAT_NumActiveConstraintsDedicated, STATGROUP_ChaosDedicated) | |
| DECLARE_DWORD_COUNTER_STAT (TEXT("NumActiveParticles"), STAT_NumActiveParticlesDedicated, STATGROUP_ChaosDedicated) | |
| DECLARE_DWORD_COUNTER_STAT (TEXT("NumActiveCollisionPoints"), STAT_NumActiveCollisionPointsDedicated, STATGROUP_ChaosDedicated) | |
| DECLARE_DWORD_COUNTER_STAT (TEXT("NumActiveShapes"), STAT_NumActiveShapesDedicated, STATGROUP_ChaosDedicated) | |
Variables | |
| TAutoConsoleVariable< int32 > | CVarChaosThreadEnabled (TEXT("p.Chaos.DedicatedThreadEnabled"), 1, TEXT("1: Enabled")) |
| 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,) |
| FInternalDefaultSettings | Chaos::GDefaultChaosSettings |
| TAutoConsoleVariable< FString > | DumpHier_ElementBuckets (TEXT("p.Chaos.DumpHierElementBuckets"), TEXT("1,4,8,16,32,64,128,256,512"), TEXT("Distribution buckets for dump hierarchy stats command")) |
| DECLARE_CYCLE_STAT | ( | TEXT("PhysicsDedicatedStats") | , |
| STAT_PhysicsDedicatedStats | , | ||
| STATGROUP_ChaosDedicated | |||
| ) |
| DECLARE_DWORD_COUNTER_STAT | ( | TEXT("NumActiveCollisionPoints") | , |
| STAT_NumActiveCollisionPointsDedicated | , | ||
| STATGROUP_ChaosDedicated | |||
| ) |
| DECLARE_DWORD_COUNTER_STAT | ( | TEXT("NumActiveConstraints") | , |
| STAT_NumActiveConstraintsDedicated | , | ||
| STATGROUP_ChaosDedicated | |||
| ) |
| DECLARE_DWORD_COUNTER_STAT | ( | TEXT("NumActiveParticles") | , |
| STAT_NumActiveParticlesDedicated | , | ||
| STATGROUP_ChaosDedicated | |||
| ) |
| DECLARE_DWORD_COUNTER_STAT | ( | TEXT("NumActiveShapes") | , |
| STAT_NumActiveShapesDedicated | , | ||
| STATGROUP_ChaosDedicated | |||
| ) |
| DECLARE_FLOAT_COUNTER_STAT | ( | TEXT("PhysicsThreadTotalTime(ms)") | , |
| STAT_PhysicsThreadTotalTime | , | ||
| STATGROUP_ChaosDedicated | |||
| ) |
| TAutoConsoleVariable< int32 > CVarChaosThreadEnabled(TEXT("p.Chaos.DedicatedThreadEnabled"), 1, TEXT("1: Enabled")) | ( | TEXT("p.Chaos.DedicatedThreadEnabled") | , |
| 1 | , | ||
| TEXT("1: Enabled") | |||
| ) |
| 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)")) | ( | 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,) | ( | TEXT("p.Chaos.Thread.WaitThreshold") | , |
| 0 | |||
| ) |
| TAutoConsoleVariable< FString > DumpHier_ElementBuckets(TEXT("p.Chaos.DumpHierElementBuckets"), TEXT("1,4,8,16,32,64,128,256,512"), TEXT("Distribution buckets for dump hierarchy stats command")) | ( | TEXT("p.Chaos.DumpHierElementBuckets") | , |
| TEXT("1,4,8,16,32,64,128,256,512") | , | ||
| TEXT("Distribution buckets for dump hierarchy stats command") | |||
| ) |