Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FBlueprintActionDatabase
- FGCObject::AddReferencedObjects()
- FBlueprintActionDatabase::AddReferencedObjects()
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabase.h |
Include | #include "BlueprintActionDatabase.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabase.cpp |
virtual void AddReferencedObjects
&40;
FReferenceCollector & Collector
&41;
Remarks
Pure virtual that must be overloaded by the inheriting class. Use this method to serialize any UObjects contained that you wish to keep around.
Parameters
Name | Description |
---|---|
Collector | The collector of referenced objects. |