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