Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Framework
Inheritance Hierarchy
- FNonAbandonableTask
- FDebugSolverTask
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Framework/DebugSolverTasks.h |
Include | #include "Framework/DebugSolverTasks.h" |
Syntax
class FDebugSolverTask : public FNonAbandonableTask
Remarks
Async task to run the solver advance in its own debug thread, substep by substep.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FDebugSolverTask
(
TFunction< void()> InStepFunction, |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | DoWork () |
Solver advances. |