Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > FStackTraceManager
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h |
Include | #include "NUTUtilDebug.h" |
FNUTStackTrace * GetTrace
(
FString TraceName
)
Remarks
Gets the trace of the specified name, or NULL if it doesn't exist The trace or NULL if it doesn't exist
Parameters
Name | Description |
---|---|
TraceName | The name of the trace |