Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Specifies the type of log hook (e.g. type of string matching to use)
| Name | UE::NUT::ELogHookType |
| Type | enum |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h |
| Include Path | #include "NUTUtilDebug.h" |
Syntax
namespace UE
{
namespace NUT
{
enum ELogHookType
{
Full = 0x0001,
Partial = 0x0002,
}
}
}
Values
| Name | Remarks |
|---|---|
| Full | |
| Partial |