Navigation
API > API/Plugins > API/Plugins/SmartObjectsEditorModule > API/Plugins/SmartObjectsEditorModule/FSmartObjectAssetToolkit
- FGCObject::AddReferencedObjects()
- FSmartObjectAssetToolkit::AddReferencedObjects()
References
| Module | SmartObjectsEditorModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsEditorModule/Public/SmartObjectAssetToolkit.h |
| Include | #include "SmartObjectAssetToolkit.h" |
| Source | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsEditorModule/Private/SmartObjectAssetToolkit.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. |