Bases: EnumBase
The network role of an actor on a local/remote network context
C++ Source:
Module: Engine
File: EngineTypes.h
-
ROLE_AUTHORITY: NetRole
Authoritative control over the actor.
- Type:
3
-
ROLE_AUTONOMOUS_PROXY: NetRole
Locally autonomous proxy of this actor.
- Type:
2
-
ROLE_NONE: NetRole
No role at all.
- Type:
0
-
ROLE_SIMULATED_PROXY: NetRole
Locally simulated proxy of this actor.
- Type:
1