UUnitTest::NotifyStatusLog

As above, except for log entries directed towards the Unit Test Status window.

Windows
MacOS
Linux

Override Hierarchy

FUnitLogInterface::NotifyStatusLog()

UUnitTest::NotifyStatusLog()

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTest.h

Include

#include "UnitTest.h"

Source

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTest.cpp

Syntax

virtual void NotifyStatusLog
(
    ELogType InLogType,
    const TCHAR * Data
)

Remarks

As above, except for log entries directed towards the Unit Test Status window.

Parameters

Parameter

Description

InLogType

The type of local log message this is

Data

The base log message being written

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss