IOnlineEntitlements::QueryEntitlements

Contacts server and retrieves the list of the user's entitlements, caching them locally

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineEntitlementsInterface.h

Include

#include "Interfaces/OnlineEntitlementsInterface.h"

Syntax

bool QueryEntitlements
(
    const FUniqueNetId & UserId,
    const FString & Namespace,
    const FPagedQuery & Page
)

Remarks

Contacts server and retrieves the list of the user's entitlements, caching them locally

Returns

true if the operation started successfully

Parameters

Parameter

Description

UserId

the ID of the user to act on

Namespace

optional namespace to filter on

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss