FIPv4Subnet::Parse

Converts a string to an IPv4 subnet.

Windows
MacOS
Linux

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

Syntax

static bool Parse
(
    const FString & SubnetString,
    FIPv4Subnet & OutSubnet
)

Remarks

Converts a string to an IPv4 subnet.

Returns

true if the string was converted successfully, false otherwise.

Parameters

Parameter

Description

SubnetString

The string to convert.

OutSubnet

Will contain the parsed subnet.

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