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<typename TCue, bool Enabled>
struct TNetCueNetSerializeHelper
Remarks
Helper to call NetSerialize if type defines it.
Specializations
TNetCueNetSerializeHelper< TCue, true >
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CallNetSerializeOrNot
(
TCue& Cue, |