FAddressInfoResultData::FAddressInfoResultData

Choose your operating system:

Windows

macOS

Linux

Deprecated

  • Use constructor that supports an FName as the AddressProtocol property is now deprecated. AddressProtocolName supports multiple protocol types as should be used instead.

References

Module

Sockets

Header

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

Include

#include "AddressInfoTypes.h"

Syntax

FAddressInfoResultData
(
    TSharedRef< FInternetAddr > InAddr,
    SIZE_T InAddrLen,
    ESocketProtocolFamily InProtocol,
    ESocketType InSocketConfiguration
)