Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FInternetAddr > API/Runtime/Sockets/FInternetAddr/SetIp
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/IPAddress.h |
| Include | #include "IPAddress.h" |
void SetIp
(
const TCHAR * InAddr,
bool & bIsValid
)
Remarks
Sets the ip address from a string ("A.B.C.D")
Parameters
| Name | Description |
|---|---|
| InAddr | the string containing the new ip address to use |