Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow > API/Plugins/DataflowEditor/Dataflow/SDataflowEdNode
- FGCObject::AddReferencedObjects()
- SDataflowEdNode::AddReferencedObjects()
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowSNode.h |
| Include | #include "Dataflow/DataflowSNode.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/Dataflow/DataflowSNode.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. |