Compare commits

..

No commits in common. "1ee9f9f209aeed4f26717d15667c3f56787c674c" and "8e1c017515eb3739e03f71bc0976ac014fd88da3" have entirely different histories.

52 changed files with 0 additions and 26 deletions

Binary file not shown.

View File

@ -1,4 +0,0 @@
// Fill out your copyright notice in the Description page of Project Settings.
#include "SG_CaptureSetting.h"

View File

@ -1,22 +0,0 @@
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/SaveGame.h"
#include "SharedDef.h"
#include "SG_CaptureSetting.generated.h"
/**
*
*/
UCLASS()
class LUCKYROBOTS_API USG_CaptureSetting : public USaveGame
{
GENERATED_BODY()
public:
UPROPERTY(EditAnywhere, BlueprintReadWrite)
FCaptureSettingsData CaptureSetting;
};