FNUTStackTrace::AddTrace

Adds a new trace to the stack tracker (optionally dumping to log at the same time)

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 AddTrace
(
    bool bLogAdd
)

Remarks

Adds a new trace to the stack tracker (optionally dumping to log at the same time)

Parameters

Parameter

Description

bLogAdd

Whether or not to also log this new trace being added

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