FInternetAddr::GetIp

Copies the network byte order ip address to a host byte order dword

Windows
MacOS
Linux

Override Hierarchy

FInternetAddr::GetIp()

FInternetAddrDemo::GetIp()

References

Module

Sockets

Header

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

Include

#include "IPAddress.h"

Syntax

void GetIp
(
    uint32 & OutAddr
) const

Remarks

Copies the network byte order ip address to a host byte order dword

Parameters

Parameter

Description

OutAddr

the out param receiving the ip address

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