Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
Selects explicit traits set by T.
| Name | TSelectNetSimCueTraits |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionCueTraits.h |
| Include Path | #include "NetworkPredictionCueTraits.h" |
Syntax
template<typename T, bool HasTraits>
struct TSelectNetSimCueTraits
Struct Specializations
| Name | Remarks |
|---|---|
| TSelectNetSimCueTraits< T, false > | Fall back to Default traits. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Traits | typename T::Traits | NetworkPredictionCueTraits.h |