TSequenceNumber::operator>

Return true if this is > Other, this is only considered to be the case if (A - B) < SeqNumberHalf since we have to be able to detect wraparounds

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/Util/SequenceNumber.h

Include

#include "Net/Util/SequenceNumber.h"

Syntax

bool operator>
(
    const TSequenceNumber & Other
) const

Remarks

Return true if this is > Other, this is only considered to be the case if (A - B) < SeqNumberHalf since we have to be able to detect wraparounds

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