FUnitLogRedirect::NotifyLocalLog

Do NOT pass this back to TargetInterface, because if the TargetInterface is the source, we can't be the source (would cause an infinite loop, for UnitTask->ClientUnitTest->UnitTask)

Windows
MacOS
Linux

Override Hierarchy

FUnitLogInterface::NotifyLocalLog()

FUnitLogRedirect::NotifyLocalLog()

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UnitLogging.h

Include

#include "UnitLogging.h"

Syntax

virtual void NotifyLocalLog
(
    ELogType InLogType,
    const TCHAR * Data,
    ELogVerbosity::Type Verbosity,
    const class FName & Category
)

Remarks

Do NOT pass this back to TargetInterface, because if the TargetInterface is the source, we can't be the source (would cause an infinite loop, for UnitTask->ClientUnitTest->UnitTask)

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