Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/FBatchQueryPresence
| |
|
| 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 these users will be propagated via the OnPresenceUpdated event |
Online/Presence.h |
|
| LocalAccountId |
FAccountId |
Local user performing the query |
Online/Presence.h |
|
| TargetAccountIds |
TArray< FAccountId > |
Users to query the presence for |
Online/Presence.h |
|