FDebugSolverTasks::DebugStep

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.

Windows
MacOS
Linux

References

Module

ChaosSolvers

Header

/Engine/Source/Runtime/Experimental/ChaosSolvers/Public/Framework/DebugSolverTasks.h

Include

#include "Framework/DebugSolverTasks.h"

Source

/Engine/Source/Runtime/Experimental/ChaosSolvers/Private/Framework/DebugSolverTasks.cpp

Syntax

void DebugStep
(
    FPhysicsSolver * Solver,
    TFunction< void()> StepFunction
)

Remarks

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.

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