Navigation
API > API/Plugins > API/Plugins/OnlineServicesEpicCommon
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const UE::Online::FOnlineError& OnlineError, |
These are extern'd out of the namespace for some of the Catch API that can't see these operators if they are inside. | Online/OnlineErrorEpicCommon.h | |
bool operator==
(
EOS_EResult EosResult, |
Online/OnlineErrorEpicCommon.h |
operator==(const UE::Online::FOnlineError &, EOS_EResult)
Description
These are extern'd out of the namespace for some of the Catch API that can't see these operators if they are inside.
| Name | operator== |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServicesEpicCommon/Source/OnlineServicesEpicCommon/Public/Online/OnlineErrorEpicCommon.h |
| Include Path | #include "Online/OnlineErrorEpicCommon.h" |
bool operator==
(
const UE::Online::FOnlineError & OnlineError,
EOS_EResult EosResult
)
operator==(EOS_EResult, const UE::Online::FOnlineError &)
| Name | operator== |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServicesEpicCommon/Source/OnlineServicesEpicCommon/Public/Online/OnlineErrorEpicCommon.h |
| Include Path | #include "Online/OnlineErrorEpicCommon.h" |
bool operator==
(
EOS_EResult EosResult,
const UE::Online::FOnlineError & OnlineError
)