Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Log hook which executes console commands upon detecting certain log entries.
Used by the LogCommand console command and commandline parameters.
| Name | FLogCommandManager |
| Type | class |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h |
| Include Path | #include "NUTUtilDebug.h" |
Syntax
class FLogCommandManager
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLogCommandManager() |
NUTUtilDebug.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FLogCommandManager() |
FLogCommandManager | NUTUtilDebug.h |
Structs
| Name | Remarks |
|---|---|
| FLogCommandEntry |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LogCommands | TArray< FLogCommandEntry > | NUTUtilDebug.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddLogCommand
(
FString LogLine, |
Adds a new log command | NUTUtilDebug.h | |
void RemoveByCommand
(
FString Command |
Removes a log command based on the console command it executes | NUTUtilDebug.h | |
void RemoveByLog
(
FString LogLine |
Removes a log command based on the log line used for matching | NUTUtilDebug.h |