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


Classes

Name
class URuStorePayDescription — Product/purchase description.

Source code

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

#include "URuStorePayDescription.generated.h"

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

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