Optimizing some UI

This commit is contained in:
martinluckyrobots
2025-04-15 22:06:41 +08:00
parent 4692cd734e
commit 78f94c5985
13 changed files with 123 additions and 23 deletions

View 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 "PathfindingSelectorUserWidget.generated.h"
/**
*
*/
UCLASS()
class LUCKYWORLDV2_API UPathfindingSelectorUserWidget : public UUserWidget
{
GENERATED_BODY()
};