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