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>
struct TNetSimCueTypeRequirements
Remarks
Type requirements: helper to determine if NetSerialize/NetIdentical functions need to be defined for user types based on the above traits.
Constants
Name | Description |
---|---|
RequiresNetIdentical | Likewise for NetIdentical, but also if we plan to invoke during Resimulate too (even if non replicated, we use NetIdentical for comparisons. though this is probably a non practical use case). |
RequiresNetSerialize | NetSerialize is required if we ever need to replicate. |