Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSocket
- FSocket::GetAddress()
- FSocketEOS::GetAddress()
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
| Include | #include "Sockets.h" |
void GetAddress
&40;
FInternetAddr & OutAddr
&41;
Remarks
Reads the address the socket is bound to and returns it.
Parameters
| Name | Description |
|---|---|
| OutAddr | The address the socket is bound to. |