Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
Who a NetSimCue should replicate/be accepted by.
| Name | ENetSimCueReplicationTarget |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionCueTraits.h |
| Include Path | #include "NetworkPredictionCueTraits.h" |
Syntax
enum ENetSimCueReplicationTarget
{
None = 0,
AutoProxy = 1 << 0,
SimulatedProxy = 1 << 1,
Interpolators = 1 << 2,
All = AutoProxy | SimulatedProxy | Interpolators,
}
Values
| Name | Remarks |
|---|---|
| None | |
| AutoProxy | |
| SimulatedProxy | |
| Interpolators | |
| All |