FDebugSubstep::Add

Add a new step or substep.

Windows
MacOS
Linux

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

Syntax

void Add
(
    bool bInStep,
    const TCHAR * Label
) const

Remarks

Add a new step or substep.

Parameters

Parameter

Description

bInStep

Add a step instead of a substep when this is true (for internal use only in the solver debug thread loop).

Label

The reference (if any) that will be used in verbose logs when this point is reached, or nullptr otherwise.

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