ENP_UserStateSource

Windows
MacOS
Linux

References

Module

NetworkPredictionInsights

Header

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

Include

#include "INetworkPredictionProvider.h"

Syntax

enum ENP_UserStateSource
{
    Unknown          = 1 << 0,
    ProduceInput     = 1 << 1,
    SynthInput       = 1 << 2,
    SimTick          = 1 << 3,
    NetRecv          = 1 << 4,
    NetRecvCommit    = 1 << 5,
    OOB              = 1 << 6,
}

Values

Name

Description

Unknown

ProduceInput

SynthInput

SimTick

NetRecv

NetRecvCommit

OOB

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