Navigation
API > API/Plugins > API/Plugins/OnlineBase > API/Plugins/OnlineBase/Online > API/Plugins/OnlineBase/Online/FLANSession
References
| Module | OnlineBase |
| Header | /Engine/Plugins/Online/OnlineBase/Source/Public/Online/LANBeacon.h |
| Include | #include "Online/LANBeacon.h" |
| Source | /Engine/Plugins/Online/OnlineBase/Source/Private/Online/LANBeacon.cpp |
bool IsValidLanResponsePacket
(
const uint8 * Packet,
uint32 Length,
FGuid & ResponseGuid
)
Remarks
Determines if the packet header is valid or not
Determines if the packet header is valid or not true if the header is valid, false otherwise
Parameters
| Name | Description |
|---|---|
| Packet | the packet data to check |
| Length | the size of the packet buffer |
| ResponseGuid | the beacon guid from the response packet |
| Packet | the packet data to check |
| Length | the size of the packet buffer |
| ResponseGuid | the lan beacon guid in the response packet |