Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FDebugSubstep
Description
Control substepping progress. Start substepping, wait until the next substep is reached, or return straightaway if debugging is disabled.
| Name | SyncAdvance |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/DebugSubstep.h |
| Include Path | #include "Chaos/Framework/DebugSubstep.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/Framework/DebugSubstep.cpp |
bool SyncAdvance
(
bool bIsSolverEnabled
)
Whether the debug thread needs running.
Parameters
| Name | Remarks |
|---|---|
| bIsSolverEnabled | The state of the solver. The substepping will stop when the solver is disabled and delay starting again until re-enabled. |