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