Navigation
Unreal Engine C++ API Reference > Plugins > SocketSubsystemEOS > FSocketEOS
- FSocket::GetPeerAddress()
- FSocketEOS::GetPeerAddress()
References
Module | SocketSubsystemEOS |
Header | /Engine/Plugins/Online/SocketSubsystemEOS/Source/SocketSubsystemEOS/Public/SocketEOS.h |
Include | #include "SocketEOS.h" |
Source | /Engine/Plugins/Online/SocketSubsystemEOS/Source/SocketSubsystemEOS/Private/SocketEOS.cpp |
virtual bool GetPeerAddress
&40;
FInternetAddr & OutAddr
&41;
Remarks
Reads the address of the peer the socket is connected to. true if the address was retrieved correctly, false otherwise.
Parameters
Name | Description |
---|---|
OutAddr | Address of the peer the socket is connected to. |