Navigation
API > API/Runtime > API/Runtime/Chaos
Async task to run the solver advance in its own debug thread, substep by substep.
| Name | FDebugSolverTask |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Framework/DebugSolverTasks.h |
| Include Path | #include "Framework/DebugSolverTasks.h" |
Syntax
class FDebugSolverTask : public FNonAbandonableTask
Inheritance Hierarchy
- FNonAbandonableTask → FDebugSolverTask
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDebugSolverTask
(
const FDebugSolverTask& |
Framework/DebugSolverTasks.h | ||
FDebugSolverTask
(
TFunction< void()> InStepFunction, |
Framework/DebugSolverTasks.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FDebugSolverTask() |
Framework/DebugSolverTasks.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DebugSubstep | FDebugSubstep & | Framework/DebugSolverTasks.h | ||
| StepFunction | TFunction< void()> | Framework/DebugSolverTasks.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DoWork() |
Solver advances. | Framework/DebugSolverTasks.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDebugSolverTask & operator=
(
const FDebugSolverTask& |
Framework/DebugSolverTasks.h |