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 AddTrace
&40;
FString TraceName,
bool bLogAdd,
bool bDump,
bool bStartDisabled
&41;
Remarks
Adds a new stack trace, to the specified trace, optionally logging/dumping in the process
Parameters
| Name | Description |
|---|---|
| TraceName | The name of the trace |
| bDump | Whether or not to dump the trace as well (does not remove trace from tracking, unlike 'Dump' function) |
| bStartDisabled | Whether or not this trace should start as disabled, until 'Enable' is called for it |