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 ISocketSubsystem * GetSocketSubsystem
(
const FName InSubsystemName
)
Remarks
Main entry point for accessing a socket subsystem by name Will load the appropriate module if the subsystem isn't currently loaded It's possible that the subsystem doesn't exist and therefore can return NULL Requested socket subsystem, or NULL if that subsystem was unable to load or doesn't exist
Parameters
| Name | Description |
|---|---|
| SubsystemName | name of subsystem as referenced by consumers |