FDebugSubstep::Add

Add a new potential pause point where the debug solver thread can wait until the next step/substep command.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/DebugSubstep.h

Include

#include "Chaos/Framework/DebugSubstep.h"

Syntax

void Add
(
    const TCHAR * Label
) const

Remarks

Add a new potential pause point where the debug solver thread can wait until the next step/substep command.

Parameters

Parameter

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.

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