FInternetAddr::SetIp

Sets the ip address from a host byte order uint32

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
(
    uint32 InAddr
)

Remarks

Sets the ip address from a host byte order uint32

Parameters

Parameter

Description

InAddr

the new address to use (must convert to network byte order)

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