GetAddressInfo

Overload list

Windows
MacOS
Linux
Name Description

Public function Virtual

FAddressInfo...

 

GetAddressInfo

(
    const TCHAR* HostName,
    const TCHAR* ServiceName,
    EAddressInfoFlags QueryFlags,
    ESocketProtocolFamily ProtocolType,
    ESocketType SocketType
)

Migrate to GetAddressInfo that takes an FName as the protocol specification.

Public function

FAddressInfo...

 

GetAddressInfo

(
    const TCHAR* HostName,
    const TCHAR* ServiceName,
    EAddressInfoFlags QueryFlags,
    const FName ProtocolTypeName,
    ESocketType SocketType
)

Gets the address information of the given hostname and outputs it into an array of resolvable addresses.

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