Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/FIPv4Endpoint
Description
Converts a string to an IPv4 endpoint.
| Name | Parse |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Endpoint.h |
| Include Path | #include "Interfaces/IPv4/IPv4Endpoint.h" |
| Source | /Engine/Source/Runtime/Networking/Private/IPv4/IPv4Endpoint.cpp |
static bool Parse
(
const FString & EndpointString,
FIPv4Endpoint & OutEndpoint
)
true if the string was converted successfully, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| EndpointString | The string to convert. |
| OutEndpoint | Will contain the parsed endpoint. |
See Also
- ToString