Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/ISocketSubsystem > API/Runtime/Sockets/ISocketSubsystem/CreateInternetAddr
Deprecated * To support different address sizes, use CreateInternetAddr with no arguments and call SetIp/SetRawIp and SetPort on the returned object
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h |
| Include | #include "SocketSubsystem.h" |
virtual TSharedRef< FInternetAddr > CreateInternetAddr
&40;
uint32 Address,
uint32 Port
&41;
Remarks
Create a proper FInternetAddr representation
Parameters
| Name | Description |
|---|---|
| Address | host address |
| Port | host port |