ENP_NetRole

Mirroring this is unavoidable in order to keep NetworkPredictionInsights from depending on EngineTypes.

Windows
MacOS
Linux

References

Module

NetworkPredictionInsights

Header

/Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h

Include

#include "INetworkPredictionProvider.h"

Syntax

enum ENP_NetRole
{
    None,
    SimulatedProxy,
    AutonomousProxy,
    Authority,
    MAX,
}

Values

Name

Description

None

No role at all.

SimulatedProxy

Locally simulated proxy of this actor.

AutonomousProxy

Locally autonomous proxy of this actor.

Authority

Authoritative control over the actor.

MAX

Remarks

Mirroring this is unavoidable in order to keep NetworkPredictionInsights from depending on EngineTypes.

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