FSteamEndpoint::operator==

Compares this Steam address with the given address for equality.

Windows
MacOS
Linux

References

Module

Networking

Header

/Engine/Source/Runtime/Networking/Public/Interfaces/Steam/SteamEndpoint.h

Include

#include "Interfaces/Steam/SteamEndpoint.h"

Syntax

bool operator==
(
    const FSteamEndpoint & Other
) const

Remarks

Compares this Steam address with the given address for equality.

Returns

true if the addresses are equal, false otherwise.

Parameters

Parameter

Description

Other

The address to compare with.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss