Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/PacketHandlers > API/Runtime/Engine/PacketHandlers/StatelessConnectHandlerComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PacketHandlers/StatelessConnectHandlerComponent.h |
| Include | #include "PacketHandlers/StatelessConnectHandlerComponent.h" |
void GetChallengeSequence
&40;
int32 & OutServerSequence,
int32 & OutClientSequence
&41; const
Remarks
Used for retrieving the initial packet sequence values from the handshake data, after a successful challenge
Parameters
| Name | Description |
|---|---|
| OutServerSequence | Outputs the initial sequence for the server |
| OutClientSequence | Outputs the initial sequence for the client |