UClientUnitTest::PrintUnitTestProcessErrors

If any errors logs were detected upon ShutdownUnitTestProcess, this is called to print them out

Windows
MacOS
Linux

Override Hierarchy

UProcessUnitTest::PrintUnitTestProcessErrors()

UClientUnitTest::PrintUnitTestProcessErrors()

References

Module

NetcodeUnitTest

Header

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

Include

#include "ClientUnitTest.h"

Source

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

Syntax

virtual void PrintUnitTestProcessErrors
(
    TSharedPtr< FUnitTestProcess > InHandle
)

Remarks

If any errors logs were detected upon ShutdownUnitTestProcess, this is called to print them out

Parameters

Parameter

Description

InHandle

The handling struct for the process

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