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