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
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) |