Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Chaos > Framework
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/DebugSubstep.h |
Include | #include "Chaos/Framework/DebugSubstep.h" |
Syntax
class FDebugSubstep
Remarks
Debug only class used to control the pausing/stepping/substepping of a debug solver thread.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Add
(
const TCHAR* Label |
Add a new potential pause point where the debug solver thread can wait until the next step/substep command. |
![]() |
void | Enable
(
bool bEnable |
Enable/disable substep pause points. |
![]() ![]() |
bool | IsEnabled () |
Return whether debugging mode/pausing to substeps is enabled. |
![]() |
void | Allow progress to the next step (only works once this object is enabled). | |
![]() |
void | Allow progress to the next substep (only works once this object is enabled). |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
ECommand |