FStackTraceManager::DumpAll

Dumps accumulated stack traces, for all tracked traces

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 DumpAll
(
    bool bKeepTraceHistory,
    bool bKeepTracking
)

Remarks

Dumps accumulated stack traces, for all tracked traces

Parameters

Parameter

Description

bKeepTraceHistory

Whether or not to keep the trace history after dumping (defaults to false)

bKeepTracking

Whether or not to keep on tracking dumped traces (defaults to true)

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