Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/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. |