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).

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionCueTraits.h

Include

#include "NetworkPredictionCueTraits.h"

Syntax

enum
{
    RequiresNetIdentical = (TNetSimCueTraits::ReplicationTarget != ENetSimCueReplicationTarget::None) || (TNetSimCueTraits::Resimulate)
}

Remarks

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).

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