API/Autodoc/Files/URuStorePayDescription.h.md


Classes

Name
class URuStorePayDescription — Описание продукта/покупки.

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;
};

Назад