Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/ISocketSubsystem > API/Runtime/Sockets/ISocketSubsystem/GetHostByName
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h |
| Include | #include "SocketSubsystem.h" |
| Source | /Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp |
virtual FResolveInfo * GetHostByName
(
const ANSICHAR * HostName
)
Remarks
Creates a platform specific async hostname resolution object the resolve info to query for the address
Parameters
| Name | Description |
|---|---|
| HostName | the name of the host to look up |