Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > UnitTests > Engine > UIPClient
- UProcessUnitTest::NotifyProcessLog()
- UClientUnitTest::NotifyProcessLog()
- UIPClient::NotifyProcessLog()
- USteamClient::NotifyProcessLog()
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTests/Engine/IPClient.h |
Include | #include "UnitTests/Engine/IPClient.h" |
Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTests/Engine/IPClient.cpp |
virtual void NotifyProcessLog
&40;
TWeakPtr< FUnitTestProcess > InProcess,
const TArray< FString > & InLogLines
&41;
Remarks
Interface for process unit tests For implementation in subclasses, for helping to verify success/fail upon completion of unit tests NOTE: 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
Name | Description |
---|---|
InProcess | The process the log lines are from |
InLogLines | The current log lines being received |