ESuspendState

Enum for specifying the suspend state of a process (typically the server)

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "ProcessUnitTest.h"

Syntax

enum ESuspendState
{
    Active,
    Suspended,
}

Values

Name

Description

Active

Suspended

Remarks

Enum for specifying the suspend state of a process (typically the server)

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