FSteamEndpoint

Implements a Steam endpoint.

Windows
MacOS
Linux

References

Module

Networking

Header

/Engine/Source/Runtime/Networking/Public/Interfaces/Steam/SteamEndpoint.h

Include

#include "Interfaces/Steam/SteamEndpoint.h"

Syntax

class FSteamEndpoint

Remarks

Implements a Steam endpoint.

Constructors

Name Description

Public function

FSteamEndpoint()

Default constructor.

Public function

FSteamEndpoint

(
    uint64 InUniqueNetId,
    int32 InSteamChannel
)

Creates and initializes a new Steam address with the specified components.

Functions

Name Description

Public function Const

int32

 

GetSteamChannel()

Gets the Steam channel number.

Public function Const

uint64

 

GetUniqueNetId()

Gets the unique network identifier.

Public function Const

FString

 

ToString()

Gets the string representation for this address.

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FSteamEndpoint& Other
)

Compares this Steam address with the given address for inequality.

Public function Const

bool

 

operator==

(
    const FSteamEndpoint& Other
)

Compares this Steam address with the given address for equality.

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