Navigation
API > API/Plugins > API/Plugins/SteamShared > API/Plugins/SteamShared/FInternetAddrSteam
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator==
(
const FInternetAddr& Other |
Compares two internet ip addresses for equality | IPAddressSteam.h | |
bool operator==
(
const FInternetAddrSteam& Other |
Compares two internet ip addresses for equality | IPAddressSteam.h |
operator==(const FInternetAddr &)
Description
Compares two internet ip addresses for equality
| Name | operator== |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Steam/SteamShared/Source/SteamShared/Public/IPAddressSteam.h |
| Include Path | #include "IPAddressSteam.h" |
virtual bool operator==
(
const FInternetAddr & Other
) const
Parameters
| Name | Remarks |
|---|---|
| Other | the address to compare against |
operator==(const FInternetAddrSteam &)
Description
Compares two internet ip addresses for equality
| Name | operator== |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Steam/SteamShared/Source/SteamShared/Public/IPAddressSteam.h |
| Include Path | #include "IPAddressSteam.h" |
bool operator==
(
const FInternetAddrSteam & Other
) const
Parameters
| Name | Remarks |
|---|---|
| Other | the address to compare against |