| FGCObject::AddReferencedObjects()
|
Module |
|
Header |
/Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
Include |
#include "SNodePanel.h" |
Source |
/Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp |
virtual void AddReferencedObjects
(
FReferenceCollector & Collector
)
Pure virtual that must be overloaded by the inheriting class. Use this method to serialize any UObjects contained that you wish to keep around.
Parameter |
Description |
---|---|
Collector |
The collector of referenced objects. |