FIPv4SubnetMask::Parse

Converts a string to an IPv4 subnet mask.

Windows
MacOS
Linux

References

Module

Networking

Header

/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4SubnetMask.h

Include

#include "Interfaces/IPv4/IPv4SubnetMask.h"

Source

/Engine/Source/Runtime/Networking/Private/IPv4/IPv4SubnetMask.cpp

Syntax

static bool Parse
(
    const FString & MaskString,
    FIPv4SubnetMask & OutMask
)

Remarks

Converts a string to an IPv4 subnet mask.

Returns

true if the string was converted successfully, false otherwise.

Parameters

Parameter

Description

MaskString

The string to convert.

OutMask

Will contain the parsed subnet mask.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss