FInternetAddr::SetIp

Sets the ip address from a string ("A.B.C.D")

Windows
MacOS
Linux

Override Hierarchy

FInternetAddr::SetIp()

FInternetAddrDemo::SetIp()

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/IPAddress.h

Include

#include "IPAddress.h"

Syntax

void SetIp
(
    const TCHAR * InAddr,
    bool & bIsValid
)

Remarks

Sets the ip address from a string ("A.B.C.D")

Parameters

Parameter

Description

InAddr

the string containing the new ip address to use

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