Navigation
API > API/Plugins > API/Plugins/NetworkPredictionInsights
| |
|
| Name |
ENP_UserStateSource |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h |
| Include Path |
#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 |
Remarks |
| Unknown |
|
| ProduceInput |
|
| SynthInput |
|
| SimTick |
|
| NetRecv |
|
| NetRecvCommit |
|
| OOB |
|