Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UE::Online::operator!=
(
const FOnlineError& Lhs, |
Online/OnlineError.h | ||
bool UE::Online::operator!=
(
const FOnlineError& OnlineError, |
Online/OnlineError.h | ||
bool UE::Online::operator!=
(
ErrorCodeType OtherErrorCode, |
Online/OnlineError.h |
UE::Online::operator!=(const FOnlineError &, const FOnlineError &)
| Name | UE::Online::operator!= |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineError.h |
| Include Path | #include "Online/OnlineError.h" |
namespace UE
{
namespace Online
{
bool UE::Online::operator!=
(
const FOnlineError & Lhs,
const FOnlineError & Rhs
)
}
}
UE::Online::operator!=(const FOnlineError &, ErrorCodeType)
| Name | UE::Online::operator!= |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineError.h |
| Include Path | #include "Online/OnlineError.h" |
namespace UE
{
namespace Online
{
bool UE::Online::operator!=
(
const FOnlineError & OnlineError,
ErrorCodeType OtherErrorCode
)
}
}
UE::Online::operator!=(ErrorCodeType, const FOnlineError &)
| Name | UE::Online::operator!= |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineError.h |
| Include Path | #include "Online/OnlineError.h" |
namespace UE
{
namespace Online
{
bool UE::Online::operator!=
(
ErrorCodeType OtherErrorCode,
const FOnlineError & OnlineError
)
}
}