Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY
(
Achievements, |
Online/AchievementsErrors.h | ||
UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY
(
Auth, |
Online/AuthErrors.h | ||
UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY
(
Common, |
Online/OnlineErrorDefinitions.h | ||
UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY
(
Presence, |
UE_ONLINE_ERROR(Presence, OnlyFriendsSupported, 0, TEXT("OnlyFriendsSupported"), LOCTEXT("OnlyFriendsSupported", "This platform only supports listening to presence updates for friends.")) | Online/Presence.h |
UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY(Achievements, Engine, 0x5, "Achievements")
| Name | UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/AchievementsErrors.h |
| Include Path | #include "Online/AchievementsErrors.h" |
namespace UE
{
namespace Online
{
namespace Errors
{
UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY
(
Achievements,
Engine ,
0x5,
"Achievements"
)
}
}
}
UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY(Auth, Engine, 0x4, "Auth")
| Name | UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/AuthErrors.h |
| Include Path | #include "Online/AuthErrors.h" |
namespace UE
{
namespace Online
{
namespace Errors
{
UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY
(
Auth,
Engine ,
0x4,
"Auth"
)
}
}
}
UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY(Common, Engine, 0x1, "Online Services")
| Name | UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineErrorDefinitions.h |
| Include Path | #include "Online/OnlineErrorDefinitions.h" |
namespace UE
{
namespace Online
{
namespace Errors
{
UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY
(
Common,
Engine ,
0x1,
"Online Services"
)
}
}
}
UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY(Presence, Engine, 0x3, "Presence")
Description
UE_ONLINE_ERROR(Presence, OnlyFriendsSupported, 0, TEXT("OnlyFriendsSupported"), LOCTEXT("OnlyFriendsSupported", "This platform only supports listening to presence updates for friends."))
| Name | UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Presence.h |
| Include Path | #include "Online/Presence.h" |
namespace UE
{
namespace Online
{
namespace Errors
{
UE::Online::Errors::UE_ONLINE_ERROR_CATEGORY
(
Presence,
Engine ,
0x3,
"Presence"
)
}
}
}