Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Slate > API/Runtime/UMG/Slate/SObjectWidget
- FGCObject::AddReferencedObjects()
- SObjectWidget::AddReferencedObjects()
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Slate/SObjectWidget.h |
| Include | #include "Slate/SObjectWidget.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Slate/SObjectWidget.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. |