API/Autodoc/Files/URuStorePayPrice.h.md


Classes

Name
class URuStorePayPrice — Цена в минимальных единицах валюты.

Source code

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

#include "URuStorePayPrice.generated.h"

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

public:
    UPROPERTY(BlueprintReadOnly)
    int value;
};

Назад