ENetSimCueReplicationTarget

Who a NetSimCue should replicate/be accepted by.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkedSimulationModelCueTraits.h"

Syntax

enum ENetSimCueReplicationTarget
{
    None              = 0,
    AutoProxy         = 1 << 0,
    SimulatedProxy    = 1 << 1,
    Interpolators     = 1 << 2,
    All               = AutoProxy | SimulatedProxy | Interpolators,
}

Values

Name

Description

None

AutoProxy

SimulatedProxy

Interpolators

All

Remarks

Who a NetSimCue should replicate/be accepted by.

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