Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSocketSubsystemModule
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/SocketSubsystemModule.h |
| Include | #include "SocketSubsystemModule.h" |
| Source | /Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp |
virtual void RegisterSocketSubsystem
(
const FName FactoryName,
class ISocketSubsystem * Factory,
bool bMakeDefault
)
Remarks
Register a new socket subsystem interface with the base level factory provider
Parameters
| Name | Description |
|---|---|
| FactoryName | name of subsystem as referenced by consumers |
| Factory | instantiation of the socket subsystem interface, this will take ownership |
| bMakeDefault | make this subsystem the default |