Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > FLogTraceManager
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 |
void ClearLogTrace
&40;
FString LogLine,
bool bDump
&41;
Remarks
Removes a log line from trace tracking
Parameters
Name | 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 |