You've already forked LuckyWorld
Optimize some WB_GameWidget codes and Gameinstance codes
This commit is contained in:
17
Source/Luckyrobots/Public/CaptureSettingsUserWidget.h
Normal file
17
Source/Luckyrobots/Public/CaptureSettingsUserWidget.h
Normal file
@ -0,0 +1,17 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Blueprint/UserWidget.h"
|
||||
#include "CaptureSettingsUserWidget.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class LUCKYROBOTS_API UCaptureSettingsUserWidget : public UUserWidget
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
};
|
Reference in New Issue
Block a user