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


Classes

Name
class URuStorePayQuantity — Product quantity.

Source code

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

#include "URuStorePayQuantity.generated.h"

UCLASS(BlueprintType)
class RUSTOREPAY_API URuStorePayQuantity : public UObject
{
    GENERATED_BODY()

public:
    UPROPERTY(BlueprintReadOnly)
    int value;
};

Назад