API/Autodoc/Classes/URuStorePayPurchaseExtendEventsNode.md


URuStorePayPurchaseExtendEventsNode

#include <URuStorePayPurchaseExtendEventsNode.h>

Inherits from UBlueprintAsyncActionBase

Public Functions

Name
URuStorePayPurchaseExtendEventsNode * PurchaseExtendEventsAsync(UObject * worldContextObject, URuStorePayClient * target, FURuStorePayProductPurchaseParams productPurchaseParams, EURuStorePayPreferredPurchaseType preferredPurchaseType =EURuStorePayPreferredPurchaseType::ONE_STEP, EURuStorePaySdkTheme sdkTheme =EURuStorePaySdkTheme::LIGHT)

Public Attributes

Name
FPurchaseExtendEventsPin Success
FPurchaseExtendEventsPin Error
FPurchaseExtendEventsPin OnPaymentCompleted
FPurchaseExtendEventsPin OnPaymentFailed
FPurchaseExtendEventsPin OnPaymentStarted
FPurchaseExtendEventsPin OnPurchaseCancelled
FPurchaseExtendEventsPin OnPurchaseCreated

function PurchaseExtendEventsAsync

static URuStorePayPurchaseExtendEventsNode * PurchaseExtendEventsAsync(
    UObject * worldContextObject,
    URuStorePayClient * target,
    FURuStorePayProductPurchaseParams productPurchaseParams,
    EURuStorePayPreferredPurchaseType preferredPurchaseType =EURuStorePayPreferredPurchaseType::ONE_STEP,
    EURuStorePaySdkTheme sdkTheme =EURuStorePaySdkTheme::LIGHT
)

variable Success

FPurchaseExtendEventsPin Success;

variable Error

FPurchaseExtendEventsPin Error;

variable OnPaymentCompleted

FPurchaseExtendEventsPin OnPaymentCompleted;

variable OnPaymentFailed

FPurchaseExtendEventsPin OnPaymentFailed;

variable OnPaymentStarted

FPurchaseExtendEventsPin OnPaymentStarted;

variable OnPurchaseCancelled

FPurchaseExtendEventsPin OnPurchaseCancelled;

variable OnPurchaseCreated

FPurchaseExtendEventsPin OnPurchaseCreated;

Назад