Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Inheritance Hierarchy
- FOutputDevice
- FLogHookManager
References
| Module | NetcodeUnitTest |
| Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h |
| Include | #include "NUTUtilDebug.h" |
Syntax
class FLogHookManager : protected FOutputDevice
Remarks
Generic log hook, for calling a hook function upon detecting a specific log entry
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
| FLogHookManager |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLogHookID | AddLogHook
(
FLogHook&& InHookFunc, |
Adds a log hook, with the specified matching | |
| void | RemoveLogHook
(
FLogHookID InHookID |
Removes a log hook using its unique id |