FSteamSocketsSubsystem::GetLocalBindAddresses

Get bindable addresses that this machine can use as reported by GetAddressInfo with the BindableAddress flag.

Windows
MacOS
Linux

Override Hierarchy

ISocketSubsystem::GetLocalBindAddresses()

FSteamSocketsSubsystem::GetLocalBindAddresses()

References

Module

SteamSockets

Header

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

Include

#include "SteamSocketsSubsystem.h"

Source

/Engine/Plugins/Runtime/Steam/SteamSockets/Source/SteamSockets/Private/SteamSocketsSubsystem.cpp

Syntax

virtual TArray< TSharedRef< FInternetAddr > > GetLocalBindAddresses()

Remarks

Get bindable addresses that this machine can use as reported by GetAddressInfo with the BindableAddress flag. This will return the various any address for usage. If multihome has been specified, only the multihome address will be returned in the array.

Returns

If GetAddressInfo succeeded or multihome is specified, an array of addresses that can be binded on. Failure returns an empty array.

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