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