Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/FForceFeedbackManager
- FGCObject::AddReferencedObjects()
- FForceFeedbackManager::AddReferencedObjects()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/ForceFeedbackComponent.h |
| Include | #include "Components/ForceFeedbackComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/ForceFeedbackComponent.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. |