Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
References
Module | NetworkPrediction |
Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionConfig.h |
Include | #include "NetworkPredictionConfig.h" |
Syntax
enum ENetworkLOD
&123;
Interpolated = 1 << 0,
SimExtrapolate = 1 << 1,
ForwardPredict = 1 << 2,
All = Interpolated | SimExtrapolate | ForwardPredict,
&125;
Values
Name | Description |
---|---|
Interpolated | |
SimExtrapolate | |
ForwardPredict | |
All |
Remarks
Must be kept in sync with ENP_NetworkLOD.