Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/ICommerce
Description
Mark an entitlement as redeemed. Used when there is no external service managing redemption of entitlements or the redemption must be done on the client side
| Name | RedeemEntitlement |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Commerce.h |
| Include Path | #include "Online/Commerce.h" |
TOnlineAsyncOpHandle < FCommerceRedeemEntitlement > RedeemEntitlement
(
FCommerceRedeemEntitlement::Params && Params
)