API/Autodoc/Files/URuStoreCancelled.h.en.md


Classes

Name
class URuStoreCancelled

Source code

// Copyright Epic Games, Inc. All Rights Reserved.

#include "URuStoreCancelled.generated.h"

UCLASS(BlueprintType)
class RUSTOREBILLING_API URuStoreCancelled : public URuStorePaymentResultClass
{
    GENERATED_BODY()

public:
    UPROPERTY(BlueprintReadOnly)
    FURuStoreCancelled value;
};
Назад