Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FSavedCue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool NetIdentical
(
FSavedCue& OtherCue |
Test NetUniqueness against another saved cue. | NetworkPredictionCues.h | |
bool NetIdentical
(
TCue& OtherCue |
Test NetUniqueness against an actual cue instance. | NetworkPredictionCues.h |
NetIdentical(FSavedCue &)
Description
Test NetUniqueness against another saved cue.
| Name | NetIdentical |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionCues.h |
| Include Path | #include "NetworkPredictionCues.h" |
bool NetIdentical
(
FSavedCue & OtherCue
) const
NetIdentical(TCue &)
Description
Test NetUniqueness against an actual cue instance.
| Name | NetIdentical |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionCues.h |
| Include Path | #include "NetworkPredictionCues.h" |
template<typename TCue>
bool NetIdentical
(
TCue & OtherCue
) const