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