ENetworkLOD

Must be kept in sync with ENP_NetworkLOD.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionConfig.h

Include

#include "NetworkPredictionConfig.h"

Syntax

enum ENetworkLOD
{
    Interpolated      = 1 << 0,
    SimExtrapolate    = 1 << 1,
    ForwardPredict    = 1 << 2,
    All               = Interpolated | SimExtrapolate | ForwardPredict,
}

Values

Name

Description

Interpolated

SimExtrapolate

ForwardPredict

All

Remarks

Must be kept in sync with ENP_NetworkLOD.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss