ENetRole

The network role of an actor on a local/remote network context

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

enum ENetRole
{
    ROLE_None,
    ROLE_SimulatedProxy,
    ROLE_AutonomousProxy,
    ROLE_Authority,
    ROLE_MAX,
}

Values

Name

Description

ROLE_None

No role at all.

ROLE_SimulatedProxy

Locally simulated proxy of this actor.

ROLE_AutonomousProxy

Locally autonomous proxy of this actor.

ROLE_Authority

Authoritative control over the actor.

ROLE_MAX

Remarks

The network role of an actor on a local/remote network context

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