UPackageMapClient::ReceivedNak

Handles a NACK for given packet id.

Windows
MacOS
Linux

Override Hierarchy

UPackageMap::ReceivedNak()

UPackageMapClient::ReceivedNak()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/PackageMapClient.h

Include

#include "Engine/PackageMapClient.h"

Source

/Engine/Source/Runtime/Engine/Private/PackageMapClient.cpp

Syntax

virtual void ReceivedNak
(
    const int32 NakPacketId
)

Remarks

Handles a NACK for given packet id. If this packet ID contained a NetGUID reference, we redirty the NetGUID by setting its entry in NetGUIDAckStatus to GUID_PACKET_NOT_ACKED.

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