FDebugSolverTask

Async task to run the solver advance in its own debug thread, substep by substep.

Windows
MacOS
Linux

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

Name Description

Public function

FDebugSolverTask

(
    TFunction< void()> InStepFunction,
    FDebugSubstep& InDebugSubstep
)

Destructors

Name Description

Public function

~FDebugSolverTask()

Functions

Name Description

Public function

void

 

DoWork()

Solver advances.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss