DRG-Femboy-Voice/Source/FSD/Public/TesterName.h
2025-04-15 12:39:31 -07:00

18 lines
451 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "Engine/DataTable.h"
#include "TesterName.generated.h"
USTRUCT(BlueprintType)
struct FTesterName : public FTableRowBase {
GENERATED_BODY()
public:
UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true))
FString SteamID;
UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true))
FString SteamProfileName;
FSD_API FTesterName();
};