Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > FUnitLogInterface
- FUnitLogInterface::NotifyStatusLog()
- FUnitLogRedirect::NotifyStatusLog()
- UUnitTest::NotifyStatusLog()
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UnitLogging.h |
Include | #include "UnitLogging.h" |
virtual void NotifyStatusLog
&40;
ELogType InLogType,
const TCHAR &42; Data
&41;
Remarks
As above, except for log entries directed towards the Unit Test Status window.
Parameters
Name | Description |
---|---|
InLogType | The type of local log message this is |
Data | The base log message being written |