FLANSession::IsValidLanQueryPacket

Determines if the packet header is valid or not Determines if the packet header is valid or not

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "LANBeacon.h"

Source

/Engine/Plugins/Online/OnlineSubsystem/Source/Private/LANBeacon.cpp

Syntax

bool IsValidLanQueryPacket
(
    const uint8 * Packet,
    uint32 Length,
    uint64 & ClientNonce
)

Remarks

Determines if the packet header is valid or not

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

Packet

the packet data to check

Length

the size of the packet buffer

ClientNonce

the client nonce contained within the packet

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