SListView::AddReferencedObjects

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.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h

Include

#include "Widgets/Views/SListView.h"

Syntax

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

Parameter

Description

Ar

The archive to serialize with

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss