FLANSession::IsValidLanResponsePacket

Determines if the packet header is valid or not

Windows
MacOS
Linux

Deprecated

  • IsValidLanResponsePacket now takes an additional guid reference

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/LANBeacon.h

Include

#include "LANBeacon.h"

Syntax

bool IsValidLanResponsePacket
(
    const uint8 * Packet,
    uint32 Length
)

Remarks

Determines if the packet header is valid or not

Returns

true if the header is valid, false otherwise

Parameters

Parameter

Description

Packet

the packet data to check

Length

the size of the packet buffer

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