Navigation
API > API/Plugins > API/Plugins/PhysicsControlEditor > API/Plugins/PhysicsControlEditor/FPhysicsControlProfileEditorTool-
- FGCObject::AddReferencedObjects()
- FPhysicsControlProfileEditorToolkit::AddReferencedObjects()
References
Module | PhysicsControlEditor |
Header | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControlEditor/Public/PhysicsControlProfileEditorToolkit.h |
Include | #include "PhysicsControlProfileEditorToolkit.h" |
Source | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControlEditor/Private/PhysicsControlProfileEditorToolkit.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. |