Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FAddressInfoResultData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAddressInfoResultData
(
TSharedRef< FInternetAddr > InAddr, |
AddressInfoTypes.h | ||
FAddressInfoResultData
(
TSharedRef< FInternetAddr > InAddr, |
AddressInfoTypes.h |
FAddressInfoResultData(TSharedRef< FInternetAddr >, SIZE_T, ESocketProtocolFamily, ESocketType)
| Name | FAddressInfoResultData |
| Type | function |
| Header File | /Engine/Source/Runtime/Sockets/Public/AddressInfoTypes.h |
| Include Path | #include "AddressInfoTypes.h" |
FAddressInfoResultData
(
TSharedRef< FInternetAddr > InAddr,
SIZE_T InAddrLen,
ESocketProtocolFamily InProtocol,
ESocketType InSocketConfiguration
)
FAddressInfoResultData(TSharedRef< FInternetAddr >, SIZE_T, const FName, ESocketType)
| Name | FAddressInfoResultData |
| Type | function |
| Header File | /Engine/Source/Runtime/Sockets/Public/AddressInfoTypes.h |
| Include Path | #include "AddressInfoTypes.h" |
FAddressInfoResultData
(
TSharedRef< FInternetAddr > InAddr,
SIZE_T InAddrLen,
const FName InProtocol,
ESocketType InSocketConfiguration
)