Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
Must be kept in sync with ENP_NetworkLOD. Note: SimExtrapolate Not currently implemented so it is hidden.
| Name | ENetworkLOD |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionConfig.h |
| Include Path | #include "NetworkPredictionConfig.h" |
Syntax
enum ENetworkLOD
{
Interpolated = 1 << 0,
SimExtrapolate = 1 << 1 UMETA(Hidden),
ForwardPredict = 1 << 2,
All = Interpolated | SimExtrapolate | ForwardPredict UMETA(Hidden),
}
Values
| Name | Remarks |
|---|---|
| Interpolated | |
| SimExtrapolate | |
| ForwardPredict | |
| All |