Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/FStackTraceManager
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 DumpAll
&40;
bool bKeepTraceHistory,
bool bKeepTracking
&41;
Remarks
Dumps accumulated stack traces, for all tracked traces
Parameters
| Name | 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) |