FAddressInfoResult

Windows
MacOS
Linux

References

Module

Sockets

Header

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

Include

#include "AddressInfoTypes.h"

Syntax

struct FAddressInfoResult

Variables

Name Description

Public variable

FString

 

CanonicalNameResult

The Canonical Name of the query (empty unless FQDomainName or CanonicalName are specified)

Public variable

FString

 

QueryHostName

The hostname/ip that generated these results

Public variable

FString

 

QueryServiceName

The service name that was used in the query

Public variable

TArray< FAddres...

 

Results

The list of results

Public variable

ESocketErrors

 

ReturnCode

The return code of the query

Constructors

Name Description

Public function

FAddressInfoResult

(
    const TCHAR* InHostName,
    const TCHAR* InServiceName
)

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