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


Classes

Name
class URuStorePayProductId — Product identifier specified when creating the product in the developer console.

Source code

#include "URuStorePayProductId.generated.h"

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

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