ISocketSubsystem::GetMultihomeAddress

Returns the multihome address if the flag is present and valid.

Windows
MacOS
Linux

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h

Include

#include "SocketSubsystem.h"

Source

/Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp

Syntax

virtual bool GetMultihomeAddress
(
    TSharedRef< FInternetAddr > & Addr
)

Remarks

Returns the multihome address if the flag is present and valid. For ease of use, this function will check validity of the address for the caller.

Returns

If the multihome address was set and valid

Parameters

Parameter

Description

Addr

the address structure which will have the Multihome address in it if set.

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