unreal.NetRole

class unreal.NetRole

Bases: unreal.EnumBase

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

C++ Source:

  • Module: Engine

  • File: EngineTypes.h

ROLE_AUTHORITY

Authoritative control over the actor.

Type

3

ROLE_AUTONOMOUS_PROXY

Locally autonomous proxy of this actor.

Type

2

ROLE_NONE

No role at all.

Type

0

ROLE_SIMULATED_PROXY

Locally simulated proxy of this actor.

Type

1