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