UUnitTestManager::Serialize

We're hiding [UObject::Serialize()](API\Runtime\CoreUObject\UObject\UObject\Serialize\1) by declaring this. That's OK, but Clang will warn about it.

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "UnitTestManager.h"

Source

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

Syntax

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

Remarks

FOutputDevice methods Write text to the console

Parameters

Parameter

Description

Data

The text to write

Verbosity

The log level verbosity for the message

Category

The log category for the message

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