FInternetAddr::SetRawIp

Sets the ip address from a raw network byte order array.

Windows
MacOS
Linux

Override Hierarchy

FInternetAddr::SetRawIp()

FInternetAddrDemo::SetRawIp()

References

Module

Sockets

Header

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

Include

#include "IPAddress.h"

Syntax

void SetRawIp
(
    const TArray< uint8 > & RawAddr
)

Remarks

Sets the ip address from a raw network byte order array.

Parameters

Parameter

Description

RawAddr

the new address to use (must be converted 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