Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UClientUnitTest
- UProcessUnitTest::NotifyProcessSuspendState()
- UClientUnitTest::NotifyProcessSuspendState()
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 |
virtual void NotifyProcessSuspendState
&40;
TWeakPtr< FUnitTestProcess > InProcess,
ESuspendState InSuspendState
&41;
Remarks
Notifies when the suspend state of a process changes
Parameters
| Name | Description |
|---|---|
| InProcess | The process whose suspend state has changed |
| InSuspendState | The new suspend state of the process |