Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/ISocketSubsystem
Description
Conversion functions from the SocketProtocolFamily enum to the new FName system. For now, both are supported, but it's better to use the FName when possible.
| Name | GetProtocolFamilyFromName |
| Type | function |
| Header File | /Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h |
| Include Path | #include "SocketSubsystem.h" |
| Source | /Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp |
virtual ESocketProtocolFamily GetProtocolFamilyFromName
(
const FName & InProtocolName
) const