Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/ISocketSubsystem
Description
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.
| Name | GetMultihomeAddress |
| Type | function |
| Header File | /Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h |
| Include Path | #include "SocketSubsystem.h" |
| Source | /Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp |
virtual bool GetMultihomeAddress
(
TSharedRef< FInternetAddr > & Addr
)
If the multihome address was set and valid
Parameters
| Name | Remarks |
|---|---|
| Addr | the address structure which will have the Multihome address in it if set. |