FSocket::GetAddress

Reads the address the socket is bound to and returns it.

Windows
MacOS
Linux

References

Module

Sockets

Header

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

Include

#include "Sockets.h"

Syntax

void GetAddress
(
    FInternetAddr & OutAddr
)

Remarks

Reads the address the socket is bound to and returns it.

Parameters

Parameter

Description

OutAddr

The address the socket is bound to.

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