UClientUnitTest::NotifyProcessSuspendState

Notifies when the suspend state of a process changes

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual void NotifyProcessSuspendState
(
    TWeakPtr< FUnitTestProcess > InProcess,
    ESuspendState InSuspendState
)

Remarks

Notifies when the suspend state of a process changes

Parameters

Parameter

Description

InProcess

The process whose suspend state has changed

InSuspendState

The new suspend state of 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