Navigation
Unreal Engine C++ API Reference > Runtime > Sockets > FInternetAddr
References
Module | Sockets |
Header | /Engine/Source/Runtime/Sockets/Public/IPAddress.h |
Include | #include "IPAddress.h" |
void SetRawIp
(
const TArray < uint8 > & RawAddr
)
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) |