FLogStackTraceManager::ClearLogTrace

Removes a log line from trace tracking

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "NUTUtilDebug.h"

Syntax

void ClearLogTrace
(
    FString LogLine,
    bool bDump
)

Remarks

Removes a log line from trace tracking

Parameters

Parameter

Description

LogLine

The log line that was being tracked

bDump

Whether or not to dump from the trace manager as well (defaults to true); cleared from trace manager either way

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