Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineEntitlements
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineEntitlementsInterface.h |
| Include | #include "Interfaces/OnlineEntitlementsInterface.h" |
TSharedPtr < FOnlineEntitlement > GetItemEntitlement
(
const FUniqueNetId & UserId,
const FString & ItemId
)
Remarks
Checks for and retrieves a single cached entitlement for a user entitlement entry if found, null otherwise
Parameters
| Name | Description |
|---|---|
| UserId | the ID of the user to get this entitlement for |
| ItemId | the ID of the item to retrieve an entitlement for |