API/Autodoc/Classes/FURuStoreCancelled.en.md


FURuStoreCancelled

The purchase request was sent, but the user closed the payment sheet on their device, and the payment result is unknown.

#include <FURuStoreCancelled.h>

Inherits from FURuStorePaymentResult

Public Functions

Name
FURuStoreCancelled()
Constructor.
virtual FString GetTypeName() override
Get the type name.

Public Attributes

Name
FString purchaseId — Purchase identifier.
bool sandbox — Determines whether the payment is a test payment. Values can be true or false, where true indicates a test payment and false indicates a real one.

Additional inherited members

Public Functions inherited from FURuStorePaymentResult

Name
virtual ~FURuStorePaymentResult()
Destructor.

function FURuStoreCancelled

inline FURuStoreCancelled()

Constructor.

function GetTypeName

inline virtual FString GetTypeName() override

Get the type name.

Reimplements: FURuStorePaymentResult::GetTypeName

variable purchaseId

FString purchaseId;

Purchase identifier.

variable sandbox

bool sandbox;

Determines whether the payment is a test payment. Values can be true or false, where true indicates a test payment and false indicates a real one.


Назад