Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FPacketAudit
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void NotifyLowLevelReceive
(
FBitReader& InPacket |
Low level netcode hook, notifying of incoming packets | Net/Core/Misc/PacketAudit.h | |
static void NotifyLowLevelReceive
(
uint8* Data, |
Net/Core/Misc/PacketAudit.h |
NotifyLowLevelReceive(FBitReader &)
Description
Low level netcode hook, notifying of incoming packets
| Name | NotifyLowLevelReceive |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Misc/PacketAudit.h |
| Include Path | #include "Net/Core/Misc/PacketAudit.h" |
static void NotifyLowLevelReceive
(
FBitReader & InPacket
)
Parameters
| Name | Remarks |
|---|---|
| InPacket | The current incoming packet |
NotifyLowLevelReceive(uint8 *, uint32)
| Name | NotifyLowLevelReceive |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Misc/PacketAudit.h |
| Include Path | #include "Net/Core/Misc/PacketAudit.h" |
static void NotifyLowLevelReceive
(
uint8 * Data,
uint32 DataLen
)