Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Chaos > Framework > FDebugSubstep > Add
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/DebugSubstep.h |
Include | #include "Chaos/Framework/DebugSubstep.h" |
void Add
&40;
const TCHAR &42; Label
&41; const
Remarks
Add a new potential pause point where the debug solver thread can wait until the next step/substep command.
Parameters
Name | Description |
---|---|
Label | The reference (if any) that will be used in verbose logs when this point is reached, or nullptr otherwise. Only call from the solver thread. It will fail if called from inside a parallel for loop, or any other thread. |