UNetConnection::InitSequence

Initializes the sequence numbers for the connection, usually from shared randomized data

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h

Include

#include "Engine/NetConnection.h"

Source

/Engine/Source/Runtime/Engine/Private/NetConnection.cpp

Syntax

virtual void InitSequence
(
    int32 IncomingSequence,
    int32 OutgoingSequence
)

Remarks

Initializes the sequence numbers for the connection, usually from shared randomized data

Parameters

Parameter

Description

IncomingSequence

The initial sequence number for incoming packets

OutgoingSequence

The initial sequence number for outgoing packets

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