Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
References
Module | NetworkPrediction |
Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionCueTraits.h |
Include | #include "NetworkPredictionCueTraits.h" |
Syntax
enum ENetSimCueReplicationTarget
&123;
None = 0,
AutoProxy = 1 << 0,
SimulatedProxy = 1 << 1,
Interpolators = 1 << 2,
All = AutoProxy | SimulatedProxy | Interpolators,
&125;
Values
Name | Description |
---|---|
None | |
AutoProxy | |
SimulatedProxy | |
Interpolators | |
All |
Remarks
Who a NetSimCue should replicate/be accepted by.