TNetSimCueTypeRequirements

Type requirements: helper to determine if NetSerialize/NetIdentical functions need to be defined for user types based on the above 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 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.

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