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


Classes

Name
class URuStorePayAppUserId — Internal user ID in the application.

Source code

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

#include "URuStorePayAppUserId.generated.h"

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

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