UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSocketDeleter Class Reference

#include <SocketSubsystem.h>

+ Inheritance diagram for FSocketDeleter:

Public Member Functions

 FSocketDeleter ()
 
 FSocketDeleter (ISocketSubsystem *InSubsystem)
 
void operator() (FSocket *Socket) const
 

Detailed Description

Deleter object that can be used with unique & shared pointers that store FSockets. The SocketSubsystem must be valid when the call operator is invoked!

Constructor & Destructor Documentation

◆ FSocketDeleter() [1/2]

FSocketDeleter::FSocketDeleter ( )
inline

◆ FSocketDeleter() [2/2]

FSocketDeleter::FSocketDeleter ( ISocketSubsystem InSubsystem)
inline

Member Function Documentation

◆ operator()()

void FSocketDeleter::operator() ( FSocket Socket) const
inline

The documentation for this class was generated from the following file: