Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/NUTUtil
References
| Module | NetcodeUnitTest |
| Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtil.h |
| Include | #include "NUTUtil.h" |
| Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtil.cpp |
static void SpecialLog
&40;
FOutputDeviceFile &42; Ar,
const TCHAR &42; SpecialCategory,
const TCHAR &42; Data,
ELogVerbosity::Type Verbosity,
const FName & Category
&41;
Remarks
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
Parameters
| Name | Description |
|---|---|
| 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 |