FPacketAudit::CheckStage

On the receive side, checks to see that a named stage was marked for auditing on the send side, and audits the packet data.

Windows
MacOS
Linux

References

Module

NetCore

Header

/Engine/Source/Runtime/Net/Core/Public/Net/Core/Misc/PacketAudit.h

Include

#include "Net/Core/Misc/PacketAudit.h"

Syntax

static void CheckStage
(
    FString StageName,
    FBitReader & InPacket,
    bool bByteAligned
)

Remarks

On the receive side, checks to see that a named stage was marked for auditing on the send side, and audits the packet data.

Parameters

Parameter

Description

StageName

The unique name to this stage of packet processing

InPacket

The packet the data is being read from - used for gathering audit information

bByteAligned

Whether or not to treat the packet as if it is byte aligned (used in rare circumstances)

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