Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h |
Include |
#include "SocketSubsystem.h" |
Source |
/Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp |
void AddHostNameToCache
(
const ANSICHAR * HostName,
TSharedPtr< class FInternetAddr > Addr
)
Stores the ip address with the matching host name
Parameter |
Description |
---|---|
HostName |
the host name to search for |
Addr |
the IP that will be copied from |