API/Autodoc/Classes/URuStorePayPurchaseTwoStepExtendEventsNode.md


URuStorePayPurchaseTwoStepExtendEventsNode

#include <URuStorePayPurchaseTwoStepExtendEventsNode.h>

Inherits from UBlueprintAsyncActionBase

Public Functions

Name
URuStorePayPurchaseTwoStepExtendEventsNode * PurchaseTwoStepExtendEventsAsync(UObject * worldContextObject, URuStorePayClient * target, FURuStorePayProductPurchaseParams productPurchaseParams, EURuStorePaySdkTheme sdkTheme =EURuStorePaySdkTheme::LIGHT)

Public Attributes

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

function PurchaseTwoStepExtendEventsAsync

static URuStorePayPurchaseTwoStepExtendEventsNode * PurchaseTwoStepExtendEventsAsync(
    UObject * worldContextObject,
    URuStorePayClient * target,
    FURuStorePayProductPurchaseParams productPurchaseParams,
    EURuStorePaySdkTheme sdkTheme =EURuStorePaySdkTheme::LIGHT
)

variable Success

FPurchaseTwoStepExtendEventsPin Success;

variable Error

FPurchaseTwoStepExtendEventsPin Error;

variable OnPaymentCompleted

FPurchaseTwoStepExtendEventsPin OnPaymentCompleted;

variable OnPaymentFailed

FPurchaseTwoStepExtendEventsPin OnPaymentFailed;

variable OnPaymentStarted

FPurchaseTwoStepExtendEventsPin OnPaymentStarted;

variable OnPurchaseCancelled

FPurchaseTwoStepExtendEventsPin OnPurchaseCancelled;

variable OnPurchaseCreated

FPurchaseTwoStepExtendEventsPin OnPurchaseCreated;

Назад