Navigation
Unreal Engine C++ API Reference > Runtime > Sockets > FInternetAddr
- FInternetAddr::SetRawIp()
- FInternetAddrEOS::SetRawIp()
- FInternetAddrDemo::SetRawIp()
References
Module | Sockets |
Header | /Engine/Source/Runtime/Sockets/Public/IPAddress.h |
Include | #include "IPAddress.h" |
void SetRawIp
&40;
const TArray< uint8 > & RawAddr
&41;
Remarks
Sets the ip address from a raw network byte order array.
Parameters
Name | Description |
---|---|
RawAddr | the new address to use (must be converted to network byte order) |