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