Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FInternetAddr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetPort () |
Returns the port number from this address in host byte order | IPAddress.h | |
virtual void GetPort
(
int32& OutPort |
Copies the port number from this address and places it into a host byte order int | IPAddress.h |
GetPort()
Description
Returns the port number from this address in host byte order
| Name | GetPort |
| Type | function |
| Header File | /Engine/Source/Runtime/Sockets/Public/IPAddress.h |
| Include Path | #include "IPAddress.h" |
int32 GetPort() const
GetPort(int32 &)
Description
Copies the port number from this address and places it into a host byte order int
| Name | GetPort |
| Type | function |
| Header File | /Engine/Source/Runtime/Sockets/Public/IPAddress.h |
| Include Path | #include "IPAddress.h" |
virtual void GetPort
(
int32 & OutPort
) const
Parameters
| Name | Remarks |
|---|---|
| OutPort | the host byte order int that receives the port |