Navigation
API > API/Plugins > API/Plugins/OnlineServicesNull > API/Plugins/OnlineServicesNull/Online
Inheritance Hierarchy
- IOnlineComponent
- TOnlineComponent
- FPresenceCommon
- FPresenceNull
References
| Module | OnlineServicesNull |
| Header | /Engine/Plugins/Online/OnlineServicesNull/Source/Public/Online/PresenceNull.h |
| Include | #include "Online/PresenceNull.h" |
Syntax
class FPresenceNull : public UE::Online::FPresenceCommon
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FAccountId, TSet< FAccountId > > | PresenceListeners | ||
| TMap< FAccountId, TSharedRef< const FUserPresence > > | Presences |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPresenceNull
(
FOnlineServicesNull& InServices |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOnlineResult< FGetCachedPresence > | GetCachedPresence
(
FGetCachedPresence::Params&& Params |
Get the presence of a user Presence typically comes from QueryPresence or push events from the online service | |
| TOnlineAsyncOpHandle< FPartialUpdatePresence > | PartialUpdatePresence
(
FPartialUpdatePresence::Params&& Params |
Updates only the parts of the presence that are specified | |
| TOnlineAsyncOpHandle< FQueryPresence > | QueryPresence
(
FQueryPresence::Params&& Params |
IPresence. | |
| TOnlineAsyncOpHandle< FUpdatePresence > | UpdatePresence
(
FUpdatePresence::Params&& Params |
Update your presence |
Overridden from IOnlineComponent
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Called after component has been constructed. It is not safe to reference other components at this time. | |
| void | PreShutdown () |
Called before any component has been shutdown. |