Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include | #include "Widgets/Views/SListView.h" |
virtual void AddReferencedObjects
(
FReferenceCollector & Collector
)
Remarks
Lists and Trees serialize items that they observe because they rely on the property that holding a reference means it will not be garbage collected.
Parameters
| Name | Description |
|---|---|
| Ar | The archive to serialize with |