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 SetReuseAddr
(
bool bAllowReuse
)
Remarks
Sets whether a socket can be bound to an address in use. true if the call succeeded, false otherwise.
Parameters
| Name | Description |
|---|---|
| bAllowReuse | Whether to allow reuse or not. |