USteamNetConnection::InitRemoteConnection

Initialize this connection instance _from_ a remote source

Windows
MacOS
Linux

Override Hierarchy

References

Module

OnlineSubsystemSteam

Header

/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Classes/SteamNetConnection.h

Include

#include "SteamNetConnection.h"

Source

/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Private/SteamNetConnection.cpp

Syntax

virtual void InitRemoteConnection
(
    class UNetDriver * InDriver,
    class FSocket * InSocket,
    const FURL & InURL,
    const class FInternetAddr & InRemoteAddr,
    EConnectionState InState,
    int32 InMaxPacket,
    int32 InPacketOverhead
)

Remarks

Initialize this connection instance from a remote source

Parameters

Parameter

Description

InDriver

the net driver associated with this connection

InSocket

the socket associated with this connection

InURL

the URL to init with

InRemoteAddr

the remote address for this connection

InState

the connection state to start with for this connection

InMaxPacket

the max packet size that will be used for sending

InPacketOverhead

the packet overhead for this connection type

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