Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/FLogHookManager
| Name | FLogHookEntry |
| Type | struct |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h |
| Include Path | #include "NUTUtilDebug.h" |
Syntax
struct FLogHookEntry
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HookFunc | FLogHook | The log hook function to execute | NUTUtilDebug.h | |
| HookID | FLogHookID | Simple ID for identifying the entry later | NUTUtilDebug.h | |
| HookType | ELogHookType | Flags specifying how to match against the log line | NUTUtilDebug.h | |
| LogMatch | FString | The log string to match on | NUTUtilDebug.h |