添加可移动鱼获

This commit is contained in:
997146918 2025-10-18 19:18:58 +08:00
parent b45581bd90
commit f270a852d3
18 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -15,7 +15,7 @@ public:
{ {
MyAssetCategory = InAssetCategory; MyAssetCategory = InAssetCategory;
} }
virtual FText GetName() const override {return FText::FromString("Bag Shape");} virtual FText GetName() const override {return FText::FromString("Shape Asset");}
virtual FColor GetTypeColor() const override { return FColor(129, 196, 115); } virtual FColor GetTypeColor() const override { return FColor(129, 196, 115); }
virtual UClass* GetSupportedClass() const override; virtual UClass* GetSupportedClass() const override;
virtual void OpenAssetEditor(const TArray<UObject*>& InObjects, TSharedPtr<IToolkitHost> EditWithinLevelEditor = TSharedPtr<IToolkitHost>()) override; virtual void OpenAssetEditor(const TArray<UObject*>& InObjects, TSharedPtr<IToolkitHost> EditWithinLevelEditor = TSharedPtr<IToolkitHost>()) override;