Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FInternetAddr > API/Runtime/Sockets/FInternetAddr/GetPort
- FInternetAddr::GetPort()
- FInternetAddrDemo::GetPort()
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/IPAddress.h |
| Include | #include "IPAddress.h" |
virtual void GetPort
&40;
int32 & OutPort
&41; const
Remarks
Copies the port number from this address and places it into a host byte order int
Parameters
| Name | Description |
|---|---|
| OutPort | the host byte order int that receives the port |