Navigation
API > API/Runtime > API/Runtime/Sockets
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/AddressInfoTypes.h |
| Include | #include "AddressInfoTypes.h" |
Syntax
struct FAddressInfoResultData
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FInternetAddr > | Address | The address associated with this result | |
| SIZE_T | AddressLen | Length of the returned address data | |
| ESocketProtocolFamily | AddressProtocol | The protocol of the address stored | |
| FName | AddressProtocolName | The protocol name of the address stored | |
| ESocketType | SocketConfiguration | Streaming or datagram |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAddressInfoResultData
(
TSharedRef< FInternetAddr > InAddr, |
Use constructor that supports an FName as the AddressProtocol property is now deprecated. AddressProtocolName supports multiple protocol types as should be used instead. | ||
FAddressInfoResultData
(
TSharedRef< FInternetAddr > InAddr, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FAddressInfoResultData& rhs |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FAddressInfoResultData
(
TSharedRef< FInternetAddr > InAddr, |
Use constructor that supports an FName as the AddressProtocol property is now deprecated. AddressProtocolName supports multiple protocol types as should be used instead. |