StatelessConnectHandlerComponent::InitFromConnectionless

Initializes a serverside UNetConnection-associated StatelessConnect, from the connectionless StatelessConnect that negotiated the handshake.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/PacketHandlers/StatelessConnectHandlerComponent.h

Include

#include "PacketHandlers/StatelessConnectHandlerComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/PacketHandlers/StatelessConnectHandlerComponent.cpp

Syntax

void InitFromConnectionless
(
    StatelessConnectHandlerComponent * InConnectionlessHandler
)

Remarks

Initializes a serverside UNetConnection-associated StatelessConnect, from the connectionless StatelessConnect that negotiated the handshake.

Parameters

Parameter

Description

InConnectionlessHandler

The connectionless StatelessConnect we're initializing from

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