Choose your operating system:
Windows
macOS
Linux
| IOnlineComponent
|
Module |
|
Header |
/Engine/Plugins/Online/Experimental/OnlineServicesEOS/Source/Public/PresenceEOS.h |
Include |
#include "PresenceEOS.h" |
class FPresenceEOS : public UE::Online::FPresenceCommon
Name | Description | ||
---|---|---|---|
|
EOS_Notificatio... |
NotifyPresenceChangedNotificationId |
|
|
EOS_HPresence |
PresenceHandle |
|
|
PresenceLists |
Name | Description | |
---|---|---|
|
FPresenceEOS ( |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
FindOrCreatePresence ( |
Get a user's presence, creating entries if missing |
|
TOnlineResul... |
GetPresence ( |
Get the presence of a user Presence typically comes from QueryPresence or push events from the online service |
|
TOnlineAsync... |
QueryPresence ( |
|
|
TOnlineAsync... |
UpdatePresence ( |
Update your presence |
|
UpdateUserPresence ( |
Update a user's presence from EOS's current value |
Name | Description | ||
---|---|---|---|
|
Initialize() |
Called after component has been constructed. It is not safe to reference other components at this time. |
|
|
PreShutdown() |
Called before any component has been shutdown. |