Navigation
API > API/Runtime > API/Runtime/Sockets
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h |
| Include | #include "SocketSubsystem.h" |
Syntax
class FSocketDeleter
Remarks
Deleter object that can be used with unique & shared pointers that store FSockets. The SocketSubsystem must be valid when the call operator is invoked!
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSocketDeleter
(
ISocketSubsystem* InSubsystem |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator()
(
FSocket* Socket |