Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Flags specifying the type of log trace
| Name | ELogTraceFlags |
| Type | enum |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h |
| Include Path | #include "NUTUtilDebug.h" |
Syntax
enum ELogTraceFlags
{
Full = 0x0001,
Partial = 0x0002,
DumpTrace = 0x0004,
Debug = 0x0008,
}
Values
| Name | Remarks |
|---|---|
| Full | |
| Partial | |
| DumpTrace | |
| Debug |