Navigation
API > API/Runtime > API/Runtime/Chaos
List of solver tasks used to debug substep.
| Name | FDebugSolverTasks |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Framework/DebugSolverTasks.h |
| Include Path | #include "Framework/DebugSolverTasks.h" |
Syntax
class FDebugSolverTasks
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDebugSolverTasks() |
Framework/DebugSolverTasks.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FDebugSolverTasks() |
Framework/DebugSolverTasks.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SolverToTaskMap | TMap< FPhysicsSolverBase *, FAsyncTask< FDebugSolverTask > * > | Framework/DebugSolverTasks.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
FPhysicsSolverBase* Solver |
Add debug task entry for the specified solver. | Framework/DebugSolverTasks.h | |
void DebugStep
(
FPhysicsSolverBase* Solver, |
Run the specified step function in one go within the current thread, or in a debug thread substep by substep depending on the Solver's DebugSustep status. | Framework/DebugSolverTasks.h | |
void Remove
(
FPhysicsSolverBase* Solver |
Remove the debug task entry for the specified solver, and delete its task if any was created. | Framework/DebugSolverTasks.h | |
void Shutdown() |
Shutdown all debug threads. | Framework/DebugSolverTasks.h |