Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSocket
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
| Include | #include "Sockets.h" |
bool Bind
(
const FInternetAddr & Addr
)
Remarks
Binds a socket to a network byte ordered address. true if successful, false otherwise.
Parameters
| Name | Description |
|---|---|
| Addr | The address to bind to. |