TNetSimCueTraitsExplicit

Explicit trait settings. This can be used to explicitly set your traits without using a preset.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkPredictionCueTraits.h"

Syntax

template<ENetSimCueInvoker InInvokeMask, ENetSimCueReplicationTarget InReplicationTarget, bool InResimulate>
struct TNetSimCueTraitsExplicit

Remarks

Explicit trait settings. This can be used to explicitly set your traits without using a preset.

Constants

Name

Description

InvokeMask

Who can Invoke this Cue in their simulation (if this test fails, the Invoke call is suppressed locally)

ReplicationTarget

Does the cue replicate? (from authority). This will also determine if the cue needs to be saved locally for NetIdentical tests (to avoid double playing)

Resimulate

Whether the cue will be invoked during resimulates (which will require cue to be rollbackable)

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