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