Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FInternetAddrDemo
- FInternetAddr::SetRawIp()
- FInternetAddrDemo::SetRawIp()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/ReplayTypes.h |
Include | #include "ReplayTypes.h" |
virtual 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) |