21 virtual void NativeConstruct()
override;
29 UFUNCTION(BlueprintCallable, Category =
"LevelSelectItem")
30 void InitLevelItem(int32 InLevel,
const FString& InLevelName, int32 InPlayTime);
33 void CreateAnimalGroup();
34 void CreateColorGroup();
35 void CreateRegionGroup();
36 void CreateFoodGroup();
42 void OnSelectButtonClicked();
50 UPROPERTY(meta = (BindWidget))
51 TObjectPtr<class UTextBlock> Txt_Title;
53 UPROPERTY(meta = (BindWidget))
54 TObjectPtr<class UTextBlock> Txt_PlayTime;
58 UPROPERTY(meta = (BindWidget))
59 TObjectPtr<class UVerticalBox> VerticalBox;
62 UPROPERTY(meta = (BindWidget))
80 UPROPERTY(EditAnywhere, Category = "LevelSelectItem")