TNetSimCueTraits

Actual trait struct that we use to look up traits.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkPredictionCueTraits.h"

Syntax

template<typename TCue>
struct TNetSimCueTraits

Remarks

Actual trait struct that we use to look up traits. The ways this can be set:

Explicitly specialize TNetSimCueTraits for your type (non intrusive, but does not inherit)

Explicitly set Traits inside your struct. E.g: using Traits = TNetSimCueTraits_Strong; (intrustive but more concise, does support inherited types)

Automatically falls back to NetSimCueTraits::Default if not explicitly set above

Functions

Name Description

Public function Static

constexpr ES...

 

SimTickMask()

Typedefs

Name

Description

Traits

Constants

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