Navigation
Unreal Engine C++ API Reference > Runtime > Sockets > ISocketSubsystem
Type | Name | Description | |
---|---|---|---|
FUniqueSocket | CreateUniqueSocket
(
const FName& SocketType, |
Creates a socket wrapped in a unique pointer that will call DestroySocket automatically - do not call it explicitly! This SocketSubsystem must also outlive the sockets it creates. | |
FUniqueSocket | CreateUniqueSocket
(
const FName& SocketType, |
Creates a socket using the given protocol name, wrapped in a unique pointer that will call DestroySocket automatically - do not call it explicitly! This SocketSubsystem must also outlive the sockets it creates. |