Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net > API/Runtime/Engine/Net/FNetPacketNotify
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/NetPacketNotify.h |
| Include | #include "Net/NetPacketNotify.h" |
bool IsSequenceWindowFull
(
uint32 SafetyMargin
) const
Remarks
Return whether we can send packets without exhausting the packet sequence history window, as it could cause packets to be NAKed even when they've been received by the remote peer.
Parameters
| Name | Description |
|---|---|
| SafetyMargin | A small number representing how many packets you would like to keep as a safety margin for heart beats or other important packets. |