Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
| Name | ENetworkPredictionStateRead |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionProxy.h |
| Include Path | #include "NetworkPredictionProxy.h" |
Syntax
enum ENetworkPredictionStateRead
{
Simulation,
Presentation,
}
Values
| Name | Remarks |
|---|---|
| Simulation | The authoritative, networked state values. |
| Presentation | The local "smoothed" or "corrected" state values. |