API/Autodoc/Files/URuStorePayDate.h.md


Classes

Name
class URuStorePayDate — Дата и время покупки

Source code

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

#include "URuStorePayDate.generated.h"

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

public:
    UPROPERTY(BlueprintReadOnly)
    FString value;
};

Назад