Files
LuckyWorld/Source/LuckyWorldV2/Public/UI/Settings/PathfindingSelectorUserWidget.h
2025-04-17 11:49:17 +08:00

21 lines
427 B
C++

// 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()
public:
UFUNCTION(BlueprintCallable, BlueprintImplementableEvent)
void BPClickSelectObjectBtn();
};