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