Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h |
Include |
#include "SocketSubsystem.h" |
Source |
/Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp |
virtual bool GetMultihomeAddress
(
TSharedRef< FInternetAddr > & Addr
)
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.
If the multihome address was set and valid
Parameter |
Description |
---|---|
Addr |
the address structure which will have the Multihome address in it if set. |