Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/FQueryPresence
| Name | Params |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Presence.h |
| Include Path | #include "Online/Presence.h" |
Syntax
struct Params
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bListenToChanges | bool | If true, then future presence updates for this user will be propagated via the OnPresenceUpdated event | Online/Presence.h | |
| LocalAccountId | FAccountId | Local user performing the query | Online/Presence.h | |
| TargetAccountId | FAccountId | User to query the presence for | Online/Presence.h |