File tree Expand file tree Collapse file tree
Source/TextAssetEditor/Private/AssetTools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ class FTextAssetActions
2222
2323public:
2424
25- // FAssetTypeActions_Base overrides
25+ // ~ FAssetTypeActions_Base overrides
2626
2727 virtual bool CanFilter () override ;
2828 virtual void GetActions (const TArray<UObject*>& InObjects, FMenuBuilder& MenuBuilder) override ;
2929 virtual uint32 GetCategories () override ;
3030 virtual FText GetName () const override ;
3131 virtual UClass* GetSupportedClass () const override ;
3232 virtual FColor GetTypeColor () const override ;
33- virtual bool HasActions ( const TArray<UObject*>& InObjects ) const override ;
34- virtual void OpenAssetEditor ( const TArray<UObject*>& InObjects, TSharedPtr<class IToolkitHost > EditWithinLevelEditor = TSharedPtr<IToolkitHost>() ) override ;
33+ virtual bool HasActions (const TArray<UObject*>& InObjects) const override ;
34+ virtual void OpenAssetEditor (const TArray<UObject*>& InObjects, TSharedPtr<class IToolkitHost > EditWithinLevelEditor = TSharedPtr<IToolkitHost>()) override ;
3535
3636private:
3737
You can’t perform that action at this time.
0 commit comments