ENetSimCueInvoker

High level "who can invoke this". Does not take resimulate into account yet. All combinations of this enum are valid (though Authority | SimExtrapolate is a bit weird maybe)

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkedSimulationModelCueTraits.h"

Syntax

enum ENetSimCueInvoker
{
    Authority         = (uint8)ESimulationTickContext::Authority,
    Predict           = (uint8)ESimulationTickContext::Predict,
    SimExtrapolate    = (uint8)ESimulationTickContext::SimExtrapolate,
    All               = Authority | Predict | SimExtrapolate,
}

Values

Name

Description

Authority

Predict

SimExtrapolate

All

Remarks

High level "who can invoke this". Does not take resimulate into account yet. All combinations of this enum are valid (though Authority | SimExtrapolate is a bit weird maybe)

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