FStackTraceManager::TraceAndDump

Performs a once-off stack trace, with no tracking (but if there is already a trace active with this name, respect its 'enabled' status)

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h

Include

#include "NUTUtilDebug.h"

Source

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilDebug.cpp

Syntax

void TraceAndDump
(
    FString TraceName
)

Remarks

Performs a once-off stack trace, with no tracking (but if there is already a trace active with this name, respect its 'enabled' status)

Parameters

Parameter

Description

TraceName

The name of the trace

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