UProcessUnitTest::NotifyProcessLog

Interface for process unit tests For implementation in subclasses, for helping to verify success/fail upon completion of unit tests

Windows
MacOS
Linux

Override Hierarchy

References

Module

NetcodeUnitTest

Header

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

Include

#include "ProcessUnitTest.h"

Source

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

Syntax

virtual void NotifyProcessLog
(
    TWeakPtr< FUnitTestProcess > InProcess,
    const TArray< FString > & InLogLines
)

Remarks

Interface for process unit tests For implementation in subclasses, for helping to verify success/fail upon completion of unit tests

Not called again once VerificationState is set WARNING: Be careful when iterating InLogLines in multiple different for loops, if the sequence of detected logs is important

Parameters

Parameter

Description

InProcess

The process the log lines are from

InLogLines

The current log lines being received

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