FSteamSocketInformation

A struct for holding steam socket information and managing bookkeeping on the protocol.

Windows
MacOS
Linux

References

Module

SteamSockets

Header

/Engine/Plugins/Runtime/Steam/SteamSockets/Source/SteamSockets/Public/SteamSocketsSubsystem.h

Include

#include "SteamSocketsSubsystem.h"

Syntax

struct FSteamSocketInformation

Remarks

A struct for holding steam socket information and managing bookkeeping on the protocol.

Variables

Name Description

Public variable

TSharedPtr< FIn...

 

Addr

Public variable

TWeakObjectPtr<...

 

NetDriver

The NetDriver for this connection.

Public variable

FSteamSocket &#...

 

Parent

Sockets created from a listener have a parent.

Public variable

FSteamSocket &#...

 

Socket

Constructors

Name Description

Public function

FSteamSocketInformation

(
    TSharedPtr< FInternetAddr > InAddr,
    FSteamSocket* InSocket,
    FSteamSocket* InParent
)

Functions

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FSteamSocket* RHS
)

Public function Const

bool

 

operator==

(
    const FInternetAddr& InAddr
)

Public function Const

bool

 

operator==

(
    const FSteamSocketInformation& RHS
)

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