Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/ISocketSubsystem
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h |
| Include | #include "SocketSubsystem.h" |
bool GetHostName
(
FString & HostName
)
Remarks
Determines the name of the local machine true if successful, false otherwise
Parameters
| Name | Description |
|---|---|
| HostName | the string that receives the data |