FIPv4Endpoint::Parse

Converts a string to an IPv4 endpoint.

Windows
MacOS
Linux

References

Module

Networking

Header

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

Include

#include "Interfaces/IPv4/IPv4Endpoint.h"

Source

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

Syntax

static bool Parse
(
    const FString & EndpointString,
    FIPv4Endpoint & OutEndpoint
)

Remarks

Converts a string to an IPv4 endpoint.

Returns

true if the string was converted successfully, false otherwise.

Parameters

Parameter

Description

EndpointString

The string to convert.

OutEndpoint

Will contain the parsed endpoint.

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