Navigation
API > API/Plugins > API/Plugins/NetworkPredictionInsights
References
Module | NetworkPredictionInsights |
Header | /Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h |
Include | #include "INetworkPredictionProvider.h" |
Syntax
enum ENP_TickingPolicy
&123;
Independent = 1 << 0,
Fixed = 1 << 1,
&125;
Values
Name | Description |
---|---|
Independent | |
Fixed |
Remarks
Must be kept in sync with ENetworkPredictionTickingPolicy.