Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
Explicit trait settings. This can be used to explicitly set your traits without using a preset.
| Name | TNetSimCueTraitsExplicit |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionCueTraits.h |
| Include Path | #include "NetworkPredictionCueTraits.h" |
Syntax
template<ENetSimCueInvoker InInvokeMask, ENetSimCueReplicationTarget InReplicationTarget, bool InResimulate>
struct TNetSimCueTraitsExplicit
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvokeMask | ENetSimCueInvoker | Who can Invoke this Cue in their simulation (if this test fails, the Invoke call is suppressed locally) | NetworkPredictionCueTraits.h |
| ReplicationTarget | ENetSimCueReplicationTarget | 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) | NetworkPredictionCueTraits.h |
| Resimulate | bool | Whether the cue will be invoked during resimulates (which will require cue to be rollbackable) | NetworkPredictionCueTraits.h |