Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/GCObject.h |
Include |
#include "UObject/GCObject.h" |
void AddReferencedObjects
(
FReferenceCollector & Collector
)
Pure virtual that must be overloaded by the inheriting class. Use this method to serialize any UObjects contained that you wish to keep around.
Parameter |
Description |
---|---|
Collector |
The collector of referenced objects. |