Navigation
API > API/Plugins > API/Plugins/SteamShared > API/Plugins/SteamShared/FInternetAddrSteam
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetIp
(
uint32 InAddr |
IPAddressSteam.h | ||
virtual void SetIp
(
const TCHAR* InAddr, |
Sets the ip address from a string ("A.B.C.D") or a steam id "steam.STEAMID" or "STEAMID:PORT" | IPAddressSteam.h |
SetIp(uint32)
| Name | SetIp |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Steam/SteamShared/Source/SteamShared/Public/IPAddressSteam.h |
| Include Path | #include "IPAddressSteam.h" |
virtual void SetIp
(
uint32 InAddr
)
SetIp(const TCHAR *, bool &)
Description
Sets the ip address from a string ("A.B.C.D") or a steam id "steam.STEAMID" or "STEAMID:PORT"
| Name | SetIp |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Steam/SteamShared/Source/SteamShared/Public/IPAddressSteam.h |
| Include Path | #include "IPAddressSteam.h" |
| Source | /Engine/Plugins/Runtime/Steam/SteamShared/Source/SteamShared/Private/IPAddressSteam.cpp |
virtual void SetIp
(
const TCHAR * InAddr,
bool & bIsValid
)
Parameters
| Name | Remarks |
|---|---|
| InAddr | the string containing the new ip address to use |