Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > FBlueprintActionDatabase
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 ( [FReferenceCollector](API\Runtime\CoreUObject\UObject\FReferenceCollector) & Collector )
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. |