Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UProcessUnitTest
- UProcessUnitTest::NotifyProcessSuspendState()
- UClientUnitTest::NotifyProcessSuspendState()
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 |
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 |