Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/StatelessConnectHandlerComponent
Handshake data parsed from a packet
| Name | FParsedHandshakeData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/PacketHandlers/StatelessConnectHandlerComponent.h |
| Include Path | #include "PacketHandlers/StatelessConnectHandlerComponent.h" |
Syntax
struct FParsedHandshakeData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FParsedHandshakeData() |
PacketHandlers/StatelessConnectHandlerComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRestartHandshake | bool | Whether or not this packet is a restart handshake packet | PacketHandlers/StatelessConnectHandlerComponent.h | |
| Cookie | uint8 | A unique identifier, generated by the server, which the client must reply with (or 0, for initial packet) | PacketHandlers/StatelessConnectHandlerComponent.h | |
| HandshakePacketType | UE::Net::EHandshakePacketType | The type of handshake packet | PacketHandlers/StatelessConnectHandlerComponent.h | |
| OrigCookie | uint8 | If this is a restart handshake challenge response, this is the original handshake's cookie | PacketHandlers/StatelessConnectHandlerComponent.h | |
| RemoteCurVersion | EHandshakeVersion | The current handshake protocol version the remote side used for communication | PacketHandlers/StatelessConnectHandlerComponent.h | |
| RemoteMinVersion | EHandshakeVersion | The minimum supported handshake protocol version of the remote side | PacketHandlers/StatelessConnectHandlerComponent.h | |
| RemoteNetworkFeatures | EEngineNetworkRuntimeFeatures | The net runtime features of the remote side | PacketHandlers/StatelessConnectHandlerComponent.h | |
| RemoteNetworkVersion | uint32 | The Network CL version of the remote side | PacketHandlers/StatelessConnectHandlerComponent.h | |
| RemoteSentHandshakePacketCount | uint8 | The remote value of 'SentHandshakePacketCount' | PacketHandlers/StatelessConnectHandlerComponent.h | |
| SecretId | uint8 | Which of the two serverside HandshakeSecret values this is based on | PacketHandlers/StatelessConnectHandlerComponent.h | |
| Timestamp | double | The server timestamp, from the moment the challenge was sent (or 0.f if from the client) | PacketHandlers/StatelessConnectHandlerComponent.h |