Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FInternetAddr
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/IPAddress.h |
| Include | #include "IPAddress.h" |
void GetIp
(
uint32 & OutAddr
) const
Remarks
Copies the network byte order ip address to a host byte order dword
Parameters
| Name | Description |
|---|---|
| OutAddr | the out param receiving the ip address |