File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Source/TextAssetEditor/Private/AssetTools Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ class FTextAssetActions
22
22
23
23
public:
24
24
25
- // FAssetTypeActions_Base overrides
25
+ // ~ FAssetTypeActions_Base overrides
26
26
27
27
virtual bool CanFilter () override ;
28
28
virtual void GetActions (const TArray<UObject*>& InObjects, FMenuBuilder& MenuBuilder) override ;
29
29
virtual uint32 GetCategories () override ;
30
30
virtual FText GetName () const override ;
31
31
virtual UClass* GetSupportedClass () const override ;
32
32
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 ;
35
35
36
36
private:
37
37
You can’t perform that action at this time.
0 commit comments