Navigation
Unreal Engine C++ API Reference > Runtime > Sockets > FInternetAddr > SetIp
- FInternetAddr::SetIp()
- FInternetAddrEOS::SetIp()
- FInternetAddrDemo::SetIp()
References
Module | Sockets |
Header | /Engine/Source/Runtime/Sockets/Public/IPAddress.h |
Include | #include "IPAddress.h" |
void SetIp
&40;
uint32 InAddr
&41;
Remarks
Sets the ip address from a host byte order uint32
Parameters
Name | Description |
---|---|
InAddr | the new address to use (must convert to network byte order) |