Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/Interfaces > API/Runtime/Networking/Interfaces/IPv4 > API/Runtime/Networking/Interfaces/IPv4/FIPv4Endpoint
References
| Module | Networking |
| Header | /Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Endpoint.h |
| Include | #include "Interfaces/IPv4/IPv4Endpoint.h" |
| Source | /Engine/Source/Runtime/Networking/Private/IPv4/IPv4Endpoint.cpp |
static bool FromHostAndPort
&40;
const FString & HostAndPortString,
FIPv4Endpoint & OutEndpoint
&41;
Remarks
Resolves a hostname and port to an IPv4 endpoint. true if the host and port were parsed and resolved successfully, false otherwise.
Parameters
| Name | Description |
|---|---|
| HostAndPortString | The host and port to resolve. |
| OutEndpoint | Will contain the resolved endpoint. |