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


Classes

Name
class URuStorePayAmountLabel — Formatted product price, including currency sign.

Source code

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

#include "URuStorePayAmountLabel.generated.h"

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

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