Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOS
| Name | FPresenceEOS |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServicesEOS/Source/Public/Online/PresenceEOS.h |
| Include Path | #include "Online/PresenceEOS.h" |
Syntax
class FPresenceEOS : public UE::Online::FPresenceCommon
Inheritance Hierarchy
- ComponentType → TOnlineComponent → FPresenceCommon → FPresenceEOS
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPresenceEOS
(
FOnlineServicesEpicCommon& InServices |
Online/PresenceEOS.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPresenceEOS() |
Online/PresenceEOS.h |
Structs
| Name | Remarks |
|---|---|
| FPendingPresenceRetry | Pending retry state for a user whose presence failed to push to EOS. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FPresenceCommon | Online/PresenceEOS.h |
Functions
Public
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOnlineResult< FGetCachedPresence > GetCachedPresence
(
FGetCachedPresence::Params&& Params |
Online/PresenceEOS.h | ||
virtual TOnlineAsyncOpHandle< FPartialUpdatePresence > PartialUpdatePresence
(
FPartialUpdatePresence::Params&& Params |
Online/PresenceEOS.h | ||
virtual TOnlineAsyncOpHandle< FQueryPresence > QueryPresence
(
FQueryPresence::Params&& Params |
Online/PresenceEOS.h | ||
virtual TOnlineAsyncOpHandle< FUpdatePresence > UpdatePresence
(
FUpdatePresence::Params&& Params |
Online/PresenceEOS.h |
Overridden from TOnlineComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Online/PresenceEOS.h |
Overridden from IOnlineComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Initialize() |
Online/PresenceEOS.h | ||
virtual void PreShutdown() |
Online/PresenceEOS.h | ||
virtual void UpdateConfig() |
Online/PresenceEOS.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyFullPresenceToCache
(
FAccountId LocalAccountId, |
Apply a full presence replacement to the local cache and broadcast OnPresenceUpdatedEvent if there was a change. | Online/PresenceEOS.h | |
void ApplyMutationsToCache
(
FAccountId LocalAccountId, |
Apply partial presence mutations to the local cache and broadcast OnPresenceUpdatedEvent if there was a change. | Online/PresenceEOS.h | |
FPartialUpdatePresence::Params::FMutations BuildPresenceDelta
(
const EOS_Presence_Info* EOSPresenceInfo, |
Build a FMutations representing the delta between the EOS SDK's presence state and a desired presence. | Online/PresenceEOS.h | |
void CancelPresenceRetry
(
FAccountId LocalAccountId |
Cancel the next scheduled retry for a user without resetting the retry counter. | Online/PresenceEOS.h | |
void ClearPresenceRetry
(
FAccountId LocalAccountId |
Fully remove pending retry state for a user. Called on success, max retries exceeded, or logout. | Online/PresenceEOS.h | |
FAccountId FindAccountId
(
const EOS_EpicAccountId EpicAccountId |
Online/PresenceEOS.h | ||
TSharedRef< FUserPresence > FindOrCreatePresence
(
FAccountId LocalAccountId, |
Get a user's presence, creating entries if missing | Online/PresenceEOS.h | |
void HandleAuthLoginStatusChanged
(
const FAuthLoginStatusChanged& EventParameters |
Performs queued presence updates after a user's login completes | Online/PresenceEOS.h | |
void HandlePresenceChanged
(
const EOS_Presence_PresenceChangedCallbackInfo* Data |
Online/PresenceEOS.h | ||
void SchedulePresenceRetry
(
FAccountId LocalAccountId |
Mark a user's presence as needing a retry push to the EOS backend. | Online/PresenceEOS.h | |
void StartPresenceRetry() |
Execute pending presence retries by pushing the current cache state to EOS. | Online/PresenceEOS.h | |
void UpdateUserPresence
(
FAccountId LocalAccountId, |
Update a user's presence from EOS's current value | Online/PresenceEOS.h |
Protected Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ModifyPartialPresenceUpdate
(
FPartialUpdatePresence::Params::FMutations& Mutations |
Allow derived classes to modify the content of partial presence updates | Online/PresenceEOS.h | |
virtual void ModifyPresenceUpdate
(
TSharedRef< FUserPresence >& Presence |
Allow derived classes to modify the content of presence updates | Online/PresenceEOS.h | |
virtual bool ReadOnlinePlatformType
(
const EOS_Presence_Info* PresenceInfo, |
Online/PresenceEOS.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static EOnlinePlatformType IntegratedPlatform_To_OnlinePlatformType
(
const FString& IntegratedPlatformStr |
Online/PresenceEOS.h |