Skip to content

Commit

Permalink
added unique Referencer Name
Browse files Browse the repository at this point in the history
  • Loading branch information
MothDoctor committed Dec 18, 2021
1 parent 8d043b6 commit d37787a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/FlowEditor/Public/Asset/FlowAssetEditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ class FFlowAssetEditor : public FAssetEditorToolkit, public FEditorUndoClient, p

// FGCObject
virtual void AddReferencedObjects(FReferenceCollector& Collector) override;
virtual FString GetReferencerName() const override
{
return TEXT("FFlowAssetEditor");
}
// --

// FEditorUndoClient
Expand Down

0 comments on commit d37787a

Please sign in to comment.