![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SocketSubsystemMac.h>
Inheritance diagram for FSocketMac:Public Member Functions | |
| FSocketMac (SOCKET InSocket, ESocketType InSocketType, const FString &InSocketDescription, const FName &InSocketProtocol, ISocketSubsystem *InSubsystem) | |
| ~FSocketMac () | |
| virtual bool | SetReuseAddr (bool bAllowReuse) override |
Mac specific socket implementation
|
inline |
Assigns a BSD socket to this object
| InSocket | the socket to assign to this object |
| InSocketType | the type of socket that was created |
| InSocketDescription | the debug description of the socket |
|
inline |