API/Autodoc/Files/URuStorePayUrl.h.md


Classes

Name
class URuStorePayUrl — Веб-ссылка.

Source code

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

#include "URuStorePayUrl.generated.h"

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

public:
    UPROPERTY(BlueprintReadOnly)
    FString value;
};

Назад