IOnlineEntitlements::GetAllEntitlements

Gets the cached entitlement set for the requested user

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineEntitlementsInterface.h"

Syntax

void GetAllEntitlements
(
    const FUniqueNetId & UserId,
    const FString & Namespace,
    TArray< TSharedRef< FOnlineEntitlement >> & OutUserEntitlements
)

Remarks

Gets the cached entitlement set for the requested user

Parameters

Parameter

Description

UserId

the ID of the user to get entitlements for

Namespace

optional namespace to filter on

OutUserEntitlements

out parameter to copy the user's entitlements into

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