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