You've already forked LuckyWorld
Optimize CaptureSetting, GoalTask, etc.
This commit is contained in:
22
Source/Luckyrobots/Public/SG_CaptureSetting.h
Normal file
22
Source/Luckyrobots/Public/SG_CaptureSetting.h
Normal file
@ -0,0 +1,22 @@
|
||||
// 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;
|
||||
|
||||
};
|
Reference in New Issue
Block a user