Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Framework
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Framework/DebugSolverTasks.h |
| Include | #include "Framework/DebugSolverTasks.h" |
Syntax
class FDebugSolverTasks
Remarks
List of solver tasks used to debug substep.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
FPhysicsSolverBase* Solver |
Add debug task entry for the specified solver. | |
| 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. | |
| void | Remove
(
FPhysicsSolverBase* Solver |
Remove the debug task entry for the specified solver, and delete its task if any was created. | |
| void | Shutdown () |
Shutdown all debug threads. |