Navigation
Unreal Engine C++ API Reference > Runtime > AugmentedReality > FARSupportInterface
- FGCObject::AddReferencedObjects()
- FARSupportInterface::AddReferencedObjects()
References
Module | AugmentedReality |
Header | /Engine/Source/Runtime/AugmentedReality/Public/ARSupportInterface.h |
Include | #include "ARSupportInterface.h" |
Source | /Engine/Source/Runtime/AugmentedReality/Private/ARSupportInterface.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. |