Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FPacketAudit
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void NotifyLowLevelSend
(
FBitWriter& OutPacket |
Low level netcode hook, notifying of outgoing packets | Net/Core/Misc/PacketAudit.h | |
static void NotifyLowLevelSend
(
uint8* Data, |
Net/Core/Misc/PacketAudit.h |
NotifyLowLevelSend(FBitWriter &)
Description
Low level netcode hook, notifying of outgoing packets
| Name | NotifyLowLevelSend |
| 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 NotifyLowLevelSend
(
FBitWriter & OutPacket
)
Parameters
| Name | Remarks |
|---|---|
| OutPacket | The current outgoing packet |
NotifyLowLevelSend(uint8 *, uint32, uint32)
| Name | NotifyLowLevelSend |
| 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 NotifyLowLevelSend
(
uint8 * Data,
uint32 DataLen,
uint32 DataLenBits
)