Navigation
API > API/Plugins > API/Plugins/SocketSubsystemEOS > API/Plugins/SocketSubsystemEOS/FSocketSubsystemEOS
- ISocketSubsystem::GetAddressInfo()
- FSocketSubsystemEOS::GetAddressInfo()
References
| Module | SocketSubsystemEOS |
| Header | /Engine/Plugins/Online/SocketSubsystemEOS/Source/SocketSubsystemEOS/Public/SocketSubsystemEOS.h |
| Include | #include "SocketSubsystemEOS.h" |
| Source | /Engine/Plugins/Online/SocketSubsystemEOS/Source/SocketSubsystemEOS/Private/SocketSubsystemEOS.cpp |
virtual FAddressInfoResult GetAddressInfo
(
const TCHAR * HostName,
const TCHAR * ServiceName,
EAddressInfoFlags QueryFlags,
const FName ProtocolTypeName,
ESocketType SocketType
)
Remarks
Gets the address information of the given hostname and outputs it into an array of resolvable addresses. It is up to the caller to determine which one is valid for their environment.
This function allows for specifying FNames for the protocol type, allowing for support of other platform protocols