Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/NUTUtil
Description
Puts out a log message to FOutputDeviceFile, with a special category prefix added.
For example: [2017.02.27-15.09.15:999][ 0][SpecialCategory]LogUnitTest: LogMessage
| Name | SpecialLog |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtil.h |
| Include Path | #include "NUTUtil.h" |
| Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtil.cpp |
static void SpecialLog
(
FOutputDeviceFile * Ar,
const TCHAR * SpecialCategory,
const TCHAR * Data,
ELogVerbosity::Type Verbosity,
const FName & Category
)
Parameters
| Name | Remarks |
|---|---|
| Ar | The FOutputDeviceFile archive to write to |
| SpecialCategory | The special category prefix to be added to the log message |
| Data | The log message |
| Verbosity | The verbosity of the log message |
| Category | The category of the log message |