Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/ISocketSubsystem
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FInternetAddr > | Create a proper FInternetAddr representation | ||
| TSharedRef< FInternetAddr > | CreateInternetAddr
(
const FName ProtocolType |
Create a FInternetAddr of the desired protocol | |
| TSharedRef< FInternetAddr > | CreateInternetAddr
(
uint32 Address, |
To support different address sizes, use CreateInternetAddr with no arguments and call SetIp/SetRawIp and SetPort on the returned object |