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