FScopedLogSuppress

Version of [FScopedLog](API\Plugins\NetcodeUnitTest\FScopedLog), for suppressing instead of enabling log entries

Windows
MacOS
Linux

Inheritance Hierarchy

FScopedLog

FScopedLogSuppress

References

Module

NetcodeUnitTest

Header

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

Include

#include "NUTUtilDebug.h"

Syntax

class FScopedLogSuppress : public FScopedLog

Remarks

Version of FScopedLog, for suppressing instead of enabling log entries

Constructors

Name Description

Public function

FScopedLogSuppress

(
    const TArray< FString >& InLogCate...,
    UClientUnitTest* InUnitTest,
    bool bInRemoteLogging
)

Public function

FScopedLogSuppress

(
    const FString InLogCategory,
    UClientUnitTest* InUnitTest,
    bool bInRemoteLogging
)

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