FStackTraceManager::Dump

Dumps accumulated stack traces, and removes from tracking (unless otherwise specified)

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 Dump
(
    FString TraceName,
    bool bKeepTraceHistory,
    bool bKeepTracking
)

Remarks

Dumps accumulated stack traces, and removes from tracking (unless otherwise specified)

Parameters

Parameter

Description

TraceName

The name of the trace

bKeepTraceHistory

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

bKeepTracking

Whether or not to keep on tracking this particular trace name (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