Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
| Name | FCommerceCommon |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/CommerceCommon.h |
| Include Path | #include "Online/CommerceCommon.h" |
Syntax
class FCommerceCommon : public UE::Online::TOnlineComponent< ICommerce >
Inheritance Hierarchy
- ComponentType → TOnlineComponent → FCommerceCommon
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCommerceCommon
(
FOnlineServicesCommon& InServices |
Online/CommerceCommon.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | ICommerce | Online/CommerceCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOnlineAsyncOpHandle< FCommerceCheckout > Checkout
(
FCommerceCheckout::Params&& Params |
Online/CommerceCommon.h | ||
virtual TOnlineResult< FCommerceGetEntitlements > GetEntitlements
(
FCommerceGetEntitlements::Params&& Params |
Online/CommerceCommon.h | ||
| CommerceCommon. | Online/CommerceCommon.h | ||
virtual TOnlineResult< FCommerceGetOffers > GetOffers
(
FCommerceGetOffers::Params&& Params |
Online/CommerceCommon.h | ||
virtual TOnlineResult< FCommerceGetOffersById > GetOffersById
(
FCommerceGetOffersById::Params&& Params |
Online/CommerceCommon.h | ||
virtual TOnlineEvent< void(const FCommerceOnPurchaseComplete &)> OnPurchaseCompleted() |
Online/CommerceCommon.h | ||
virtual TOnlineAsyncOpHandle< FCommerceQueryEntitlements > QueryEntitlements
(
FCommerceQueryEntitlements::Params&& Params |
Online/CommerceCommon.h | ||
virtual TOnlineAsyncOpHandle< FCommerceQueryOffers > QueryOffers
(
FCommerceQueryOffers::Params&& Params |
ICommerce. | Online/CommerceCommon.h | |
virtual TOnlineAsyncOpHandle< FCommerceQueryOffersById > QueryOffersById
(
FCommerceQueryOffersById::Params&& Params |
Online/CommerceCommon.h | ||
virtual TOnlineAsyncOpHandle< FCommerceQueryTransactionEntitlements > QueryTransactionEntitlements
(
FCommerceQueryTransactionEntitlements::Params&& Params |
Online/CommerceCommon.h | ||
virtual TOnlineAsyncOpHandle< FCommerceRedeemEntitlement > RedeemEntitlement
(
FCommerceRedeemEntitlement::Params&& Params |
Online/CommerceCommon.h | ||
virtual TOnlineAsyncOpHandle< FCommerceRetrieveS2SToken > RetrieveS2SToken
(
FCommerceRetrieveS2SToken::Params&& Params |
Online/CommerceCommon.h | ||
virtual TOnlineAsyncOpHandle< FCommerceShowStoreUI > ShowStoreUI
(
FCommerceShowStoreUI::Params&& Params |
Online/CommerceCommon.h |
Overridden from TOnlineComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
IOnlineComponent. | Online/CommerceCommon.h |