Navigation
API > API/Plugins > API/Plugins/SteamSockets > API/Plugins/SteamSockets/FSteamSocketsSubsystem
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
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FInternetAddr > | Addr | ||
| TWeakObjectPtr< USteamSocketsNetDriver > | NetDriver | The NetDriver for this connection. | |
| FSteamSocket * | Parent | Sockets created from a listener have a parent. | |
| FSteamSocket * | Socket |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSteamSocketInformation
(
TSharedPtr< FInternetAddr > InAddr, |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FSteamSocket* RHS |
||
| bool | operator==
(
const FInternetAddr& InAddr |
||
| bool | operator==
(
const FSteamSocketInformation& RHS |