Navigation
API > API/Runtime > API/Runtime/Sockets
| Name | FAddressInfoResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/Sockets/Public/AddressInfoTypes.h |
| Include Path | #include "AddressInfoTypes.h" |
Syntax
struct FAddressInfoResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAddressInfoResult
(
const TCHAR* InHostName, |
AddressInfoTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CanonicalNameResult | FString | The Canonical Name of the query (empty unless FQDomainName or CanonicalName are specified) | AddressInfoTypes.h | |
| QueryHostName | FString | The hostname/ip that generated these results | AddressInfoTypes.h | |
| QueryServiceName | FString | The service name that was used in the query | AddressInfoTypes.h | |
| Results | TArray< FAddressInfoResultData > | The list of results | AddressInfoTypes.h | |
| ReturnCode | ESocketErrors | The return code of the query | AddressInfoTypes.h |