Navigation
API > API/Runtime > API/Runtime/Engine
The network role of an actor on a local/remote network context
| Name | ENetRole |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
Syntax
enum ENetRole
{
ROLE_None,
ROLE_SimulatedProxy,
ROLE_AutonomousProxy,
ROLE_Authority,
ROLE_MAX,
}
Values
| Name | Remarks |
|---|---|
| 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 |