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


Classes

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

Source code

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

#include "URuStorePayProductId.generated.h"

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

public:
    UPROPERTY(BlueprintReadOnly)
    FString value;
};

Назад